Change Linux makefiles to only update what is necessary for subsequent makes.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1388 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2009-05-20 00:32:21 +00:00
parent d6ad12a3dc
commit 24b9d0e61e
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ endif
all:
cd utils && $(MAKE) production
cd lib && touch libm.lib
cd lib && ( test -f libm.lib || touch libm.lib )
cd drivers && $(MAKE) production
cd boot && $(MAKE) production
cd sys && $(MAKE) production

View File

@ -9,7 +9,7 @@ DIRSEP=/
INCLUDEPATH=$(COMPILERPATH)/h
RM=rm -f
CP=cp
ECHOTO=$#
ECHOTO=echo>>
INITPATCH=@echo > /dev/null
CLDEF=1
CLT=gcc -DDOSC_TIME_H -I../hdr -o $@