[Midnightbsd-cvs] src [10820] U trunk/usr.sbin/crunch/examples: cleanup build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 10 16:18:02 EDT 2018
Revision: 10820
http://svnweb.midnightbsd.org/src/?rev=10820
Author: laffer1
Date: 2018-06-10 16:18:02 -0400 (Sun, 10 Jun 2018)
Log Message:
-----------
cleanup build
Modified Paths:
--------------
trunk/usr.sbin/crunch/examples/Makefile
trunk/usr.sbin/crunch/examples/really-big.conf
Property Changed:
----------------
trunk/usr.sbin/crunch/examples/filesystem.conf
trunk/usr.sbin/crunch/examples/fixit.conf
trunk/usr.sbin/crunch/examples/kcopy.conf
trunk/usr.sbin/crunch/examples/really-big.conf
Modified: trunk/usr.sbin/crunch/examples/Makefile
===================================================================
--- trunk/usr.sbin/crunch/examples/Makefile 2018-06-10 20:16:39 UTC (rev 10819)
+++ trunk/usr.sbin/crunch/examples/Makefile 2018-06-10 20:18:02 UTC (rev 10820)
@@ -1,4 +1,5 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/crunch/examples/Makefile 276486 2014-12-31 23:25:37Z ngie $
CRUNCHED= fixit
@@ -11,7 +12,7 @@
OUTMK= $(CRUNCHED).mk
OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache
-NO_MAN=
+MAN=
CLEANFILES+= $(CRUNCHED) *.o *.lo *.c *.mk *.cache
CLEANDIRFILES+= $(OUTPUTS)
@@ -19,14 +20,14 @@
exe: $(CRUNCHED)
$(OUTPUTS): $(CONF)
- crunchgen ${.CURDIR}/$(CONF)
+ MAKE=${MAKE} crunchgen ${.CURDIR}/$(CONF)
$(CRUNCHED): $(OUTPUTS) submake
submake:
- make -f $(OUTMK)
+ ${MAKE} -f $(OUTMK)
objs:
- make -f $(OUTMK) objs
+ ${MAKE} -f $(OUTMK) objs
cleandir:
rm -f $(CLEANDIRFILES)
Index: trunk/usr.sbin/crunch/examples/filesystem.conf
===================================================================
--- trunk/usr.sbin/crunch/examples/filesystem.conf 2018-06-10 20:16:39 UTC (rev 10819)
+++ trunk/usr.sbin/crunch/examples/filesystem.conf 2018-06-10 20:18:02 UTC (rev 10820)
Property changes on: trunk/usr.sbin/crunch/examples/filesystem.conf
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/usr.sbin/crunch/examples/fixit.conf
===================================================================
--- trunk/usr.sbin/crunch/examples/fixit.conf 2018-06-10 20:16:39 UTC (rev 10819)
+++ trunk/usr.sbin/crunch/examples/fixit.conf 2018-06-10 20:18:02 UTC (rev 10820)
Property changes on: trunk/usr.sbin/crunch/examples/fixit.conf
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/usr.sbin/crunch/examples/kcopy.conf
===================================================================
--- trunk/usr.sbin/crunch/examples/kcopy.conf 2018-06-10 20:16:39 UTC (rev 10819)
+++ trunk/usr.sbin/crunch/examples/kcopy.conf 2018-06-10 20:18:02 UTC (rev 10820)
Property changes on: trunk/usr.sbin/crunch/examples/kcopy.conf
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.sbin/crunch/examples/really-big.conf
===================================================================
--- trunk/usr.sbin/crunch/examples/really-big.conf 2018-06-10 20:16:39 UTC (rev 10819)
+++ trunk/usr.sbin/crunch/examples/really-big.conf 2018-06-10 20:18:02 UTC (rev 10820)
@@ -25,7 +25,7 @@
progs badsect bim clri disklabel dmesg dump dumpfs fdisk fsck halt
progs ifconfig init mknod modload modunload mount mount_isofs
-progs mount_lofs mount_msdosfs mount_portalfs mountd
+progs mount_lofs mount_msdosfs mountd
progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
progs shutdown swapon ttyflags tunefs umount
# shell scripts: fastboot
Property changes on: trunk/usr.sbin/crunch/examples/really-big.conf
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list