mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 22:04:33 +02:00
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:
parent
d6ad12a3dc
commit
24b9d0e61e
2
makefile
2
makefile
@ -81,7 +81,7 @@ endif
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
cd utils && $(MAKE) production
|
cd utils && $(MAKE) production
|
||||||
cd lib && touch libm.lib
|
cd lib && ( test -f libm.lib || touch libm.lib )
|
||||||
cd drivers && $(MAKE) production
|
cd drivers && $(MAKE) production
|
||||||
cd boot && $(MAKE) production
|
cd boot && $(MAKE) production
|
||||||
cd sys && $(MAKE) production
|
cd sys && $(MAKE) production
|
||||||
|
@ -9,7 +9,7 @@ DIRSEP=/
|
|||||||
INCLUDEPATH=$(COMPILERPATH)/h
|
INCLUDEPATH=$(COMPILERPATH)/h
|
||||||
RM=rm -f
|
RM=rm -f
|
||||||
CP=cp
|
CP=cp
|
||||||
ECHOTO=$#
|
ECHOTO=echo>>
|
||||||
INITPATCH=@echo > /dev/null
|
INITPATCH=@echo > /dev/null
|
||||||
CLDEF=1
|
CLDEF=1
|
||||||
CLT=gcc -DDOSC_TIME_H -I../hdr -o $@
|
CLT=gcc -DDOSC_TIME_H -I../hdr -o $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user