fix make -j
This commit is contained in:
parent
b4fd4d7e1b
commit
c768560d75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230847
@ -23,6 +23,7 @@ USE_XORG= x11 xmu
|
||||
USE_GNOME= gtk12
|
||||
ALL_TARGET= # empty
|
||||
MAKE_ARGS= CC=${CC} C_FLAGS="${CFLAGS}" DESTDIR=${PREFIX}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Thu Apr 15 18:05:15 1999
|
||||
+++ Makefile Tue Feb 14 16:19:17 2006
|
||||
--- Makefile.orig 1999-04-15 18:05:15.000000000 +0200
|
||||
+++ Makefile 2009-03-24 13:47:15.000000000 +0100
|
||||
@@ -1,9 +1,9 @@
|
||||
SHELL=/bin/sh
|
||||
CC = gcc
|
||||
@ -36,7 +36,15 @@
|
||||
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
@@ -99,6 +99,7 @@
|
||||
|
||||
version.o : version.h
|
||||
|
||||
+custom.o: custom.c version.h
|
||||
|
||||
version.h : FORCE
|
||||
@echo "/* this header is automatically generated */" > version.h
|
||||
@@ -111,7 +112,7 @@
|
||||
@echo "#define COMPILE_TIME \"`date +%T`\"" >> version.h
|
||||
@echo "#define COMPILE_BY \"`whoami`\"" >> version.h
|
||||
@echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
|
||||
|
Loading…
Reference in New Issue
Block a user