strip on install
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 8 Sep 1985 06:51:06 +0000 (22:51 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 8 Sep 1985 06:51:06 +0000 (22:51 -0800)
SCCS-vsn: usr.bin/pascal/px/Makefile 5.2
SCCS-vsn: usr.bin/pascal/src/pimakefile 5.2
SCCS-vsn: usr.bin/pascal/pc0/Makefile 5.2
SCCS-vsn: usr.bin/pascal/pcexterns/Makefile 5.4

usr/src/usr.bin/pascal/pc0/Makefile
usr/src/usr.bin/pascal/pcexterns/Makefile
usr/src/usr.bin/pascal/px/Makefile
usr/src/usr.bin/pascal/src/pimakefile

index 245153c..a01c881 100644 (file)
@@ -3,9 +3,9 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 #
-SCCSID = "@(#)Makefile 5.1 %G%"
+SCCSID = "@(#)Makefile 5.2 %G%"
 
 INSTALLDIR = $(DESTDIR)/usr/lib
 INSTALLNAME = ${INSTALLDIR}/pc0
 
 INSTALLDIR = $(DESTDIR)/usr/lib
 INSTALLNAME = ${INSTALLDIR}/pc0
index 854d532..284d2b5 100644 (file)
@@ -3,9 +3,9 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 #
 #
-SCCSID = @(#)Makefile 5.3 %G%
+SCCSID = @(#)Makefile 5.4 %G%
 INSTALL = ${DESTDIR}/usr/ucb
 INSTALLIB = ${DESTDIR}/usr/lib
 SRCDIR=        ../src
 INSTALL = ${DESTDIR}/usr/ucb
 INSTALLIB = ${DESTDIR}/usr/lib
 SRCDIR=        ../src
@@ -22,12 +22,12 @@ all: pix px_header pc pc2 pc3 pmerge pcexterns.o
 install: all pxref.p
        dd if=px_header of=temp conv=sync
        install -m 644 temp ${INSTALLIB}/${PX_HEADER}
 install: all pxref.p
        dd if=px_header of=temp conv=sync
        install -m 644 temp ${INSTALLIB}/${PX_HEADER}
-       for i in ${PROGS}; do (install $$i ${INSTALL}/$$i ); done
+       for i in ${PROGS}; do (install -s $$i ${INSTALL}/$$i ); done
        for i in ${FILES}; do (install -m 644 -c $$i ${INSTALLIB}/$$i ); done
        for i in ${FILES}; do (install -m 644 -c $$i ${INSTALLIB}/$$i ); done
-       install pc3 ${INSTALLIB}/pc3
+       install -s pc3 ${INSTALLIB}/pc3
        cd pc2; make install
        -pc -w pxref.p
        cd pc2; make install
        -pc -w pxref.p
-       install a.out ${INSTALL}/pxref
+       install -s a.out ${INSTALL}/pxref
 
 pix: pix.c config.o
        ${CC} ${CFLAGS} -o pix pix.c config.o
 
 pix: pix.c config.o
        ${CC} ${CFLAGS} -o pix pix.c config.o
index dc5e0ca..fa9c1f9 100644 (file)
@@ -3,9 +3,9 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 #
-SCCSID = "@(#)Makefile 5.1 %G%"
+SCCSID = "@(#)Makefile 5.2 %G%"
 
 DESTDIR =
 BINDIR = /usr/ucb
 
 DESTDIR =
 BINDIR = /usr/ucb
@@ -50,7 +50,7 @@ h02opcs.h: ${SRCDIR}/OPnames.h opc.c
        ${RM} opc
 
 install: px
        ${RM} opc
 
 install: px
-       install px ${DESTDIR}/usr/ucb/px
+       install -s px ${DESTDIR}/usr/ucb/px
 
 sources: ${PXHDR} ${PXSRC} ${PXUTL}
 ${PSHDR}:
 
 sources: ${PXHDR} ${PXSRC} ${PXUTL}
 ${PSHDR}:
index 80f3498..219a7c9 100644 (file)
@@ -3,9 +3,9 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)pimakefile  5.1 (Berkeley) %G%
+#      @(#)pimakefile  5.2 (Berkeley) %G%
 #
 #
-SCCSID = "@(#)pimakefile 5.1 %G%"
+SCCSID = "@(#)pimakefile 5.2 %G%"
 
 INSTALLDIR = ${DESTDIR}/usr/ucb
 INSTALLNAME = ${INSTALLDIR}/pi
 
 INSTALLDIR = ${DESTDIR}/usr/ucb
 INSTALLNAME = ${INSTALLDIR}/pi