*** empty log message ***
This commit is contained in:
parent
02a66adca0
commit
63e8494043
@ -5,7 +5,6 @@ CC= exec cc
|
|||||||
CFLAGS= -O -D_MINIX -D_POSIX_SOURCE
|
CFLAGS= -O -D_MINIX -D_POSIX_SOURCE
|
||||||
MDEC= /usr/mdec
|
MDEC= /usr/mdec
|
||||||
MAKE= exec make -$(MAKEFLAGS)
|
MAKE= exec make -$(MAKEFLAGS)
|
||||||
GMAKE=/usr/gnu/bin/gmake
|
|
||||||
|
|
||||||
# Specify the programs that are part of the system image.
|
# Specify the programs that are part of the system image.
|
||||||
# Multiple boot medium drivers can be included in the image,
|
# Multiple boot medium drivers can be included in the image,
|
||||||
@ -46,7 +45,7 @@ usage:
|
|||||||
|
|
||||||
# create a fresh configuration or system image
|
# create a fresh configuration or system image
|
||||||
fresh:
|
fresh:
|
||||||
cd ../lib && $(GMAKE) clean
|
cd ../lib && make clean
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
$(MAKE) libraries services
|
$(MAKE) libraries services
|
||||||
|
|
||||||
@ -77,9 +76,9 @@ services: includes
|
|||||||
cd ../drivers && $(MAKE) install
|
cd ../drivers && $(MAKE) install
|
||||||
|
|
||||||
libraries: includes
|
libraries: includes
|
||||||
cd ../lib && $(GMAKE) clean
|
cd ../lib && make clean
|
||||||
cd ../lib && $(GMAKE) all
|
cd ../lib && make all
|
||||||
cd ../lib && $(GMAKE) install
|
cd ../lib && make install
|
||||||
|
|
||||||
|
|
||||||
# make bootable and place system images
|
# make bootable and place system images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user