Print this page
8609 want a position independent CRT
*** 21,48 ****
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
include ../Makefile.lib
! SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
.KEEP_STATE:
! all install clean clobber: $(SUBDIRS)
!
! lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
--- 21,45 ----
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../Makefile.lib
! SUBDIRS = $(MACH32)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
+ lint := TARGET= lint
.KEEP_STATE:
! all install clean clobber lint: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: