diff options
Diffstat (limited to 'usr/src/lib/abi')
-rw-r--r-- | usr/src/lib/abi/Makefile | 8 | ||||
-rw-r--r-- | usr/src/lib/abi/apptrace/Makefile | 8 | ||||
-rw-r--r-- | usr/src/lib/abi/apptrace/Makefile.com | 1 |
3 files changed, 6 insertions, 11 deletions
diff --git a/usr/src/lib/abi/Makefile b/usr/src/lib/abi/Makefile index ce037a6606..69559a43fa 100644 --- a/usr/src/lib/abi/Makefile +++ b/usr/src/lib/abi/Makefile @@ -22,25 +22,23 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib SUBDIRS = apptrace -all := TARGET = all +all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint _msg := TARGET = _msg .PARALLEL: .KEEP_STATE: -all clean clobber install lint _msg: $(SUBDIRS) +all clean clobber install _msg: $(SUBDIRS) + $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/abi/apptrace/Makefile b/usr/src/lib/abi/apptrace/Makefile index c8e66508e5..b141d8b7ba 100644 --- a/usr/src/lib/abi/apptrace/Makefile +++ b/usr/src/lib/abi/apptrace/Makefile @@ -23,8 +23,6 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -42,15 +40,15 @@ CLEANFILES += $(MSGFILES) # CPPFLAGS= -I. $(CPPFLAGS.master) -all := TARGET = all +all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) + $(POFILE): $(MSGFILES) $(BUILDPO.msgfiles) diff --git a/usr/src/lib/abi/apptrace/Makefile.com b/usr/src/lib/abi/apptrace/Makefile.com index 8f760ac522..8fe6427f34 100644 --- a/usr/src/lib/abi/apptrace/Makefile.com +++ b/usr/src/lib/abi/apptrace/Makefile.com @@ -46,6 +46,5 @@ $(SUPPRESS_LIBS)ZDEFS = -zdefs all: $(LIBS) -lint: lintcheck include ../../../Makefile.targ |