Removed flex from base.
This commit is contained in:
parent
98562d8cfc
commit
832bba4a56
@ -1,7 +1,6 @@
|
|||||||
# Makefile for commands.
|
# Makefile for commands.
|
||||||
|
|
||||||
MAKE = exec make -$(MAKEFLAGS)
|
MAKE = exec make -$(MAKEFLAGS)
|
||||||
FLEX=flex-2.5.4
|
|
||||||
BZIP2=bzip2-1.0.3
|
BZIP2=bzip2-1.0.3
|
||||||
NVI=nvi-1.79
|
NVI=nvi-1.79
|
||||||
NVIWORK=$(NVI)/minix
|
NVIWORK=$(NVI)/minix
|
||||||
@ -33,15 +32,12 @@ smallinstall:: small
|
|||||||
cd $(NVI) && make install
|
cd $(NVI) && make install
|
||||||
|
|
||||||
big:
|
big:
|
||||||
cd $(FLEX) && /bin/sh build build
|
|
||||||
cd $(BZIP2) && /bin/sh build build
|
cd $(BZIP2) && /bin/sh build build
|
||||||
|
|
||||||
biginstall: big
|
biginstall: big
|
||||||
cd $(FLEX) && make install
|
|
||||||
cd $(BZIP2) && make install
|
cd $(BZIP2) && make install
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
if [ -f $(FLEX)/Makefile ] ; then cd $(FLEX) && make $@; fi
|
|
||||||
cd $(BZIP2) && make clean
|
cd $(BZIP2) && make clean
|
||||||
if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi
|
if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi
|
||||||
for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done
|
for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user