mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Updated and removed temporarily regexpl due to C++ problems.
svn path=/trunk/; revision=3958
This commit is contained in:
parent
b30bc31e1f
commit
34f1644a51
1 changed files with 10 additions and 3 deletions
|
@ -22,7 +22,6 @@ APPS = calc \
|
||||||
mc \
|
mc \
|
||||||
notevil \
|
notevil \
|
||||||
sysutils \
|
sysutils \
|
||||||
sysutils$(SEP)regexpl \
|
|
||||||
sysutils$(SEP)tlist \
|
sysutils$(SEP)tlist \
|
||||||
net$(SEP)finger \
|
net$(SEP)finger \
|
||||||
net$(SEP)ncftp \
|
net$(SEP)ncftp \
|
||||||
|
@ -33,9 +32,17 @@ APPS = calc \
|
||||||
welcome \
|
welcome \
|
||||||
winfile
|
winfile
|
||||||
|
|
||||||
|
# Removed due to dependance on C++ compiler
|
||||||
|
#
|
||||||
|
# sysutils$(SEP)regexpl \
|
||||||
|
#
|
||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
|
implib:
|
||||||
|
.PHONY: implib
|
||||||
|
|
||||||
clean: $(APPS:%=%_clean)
|
clean: $(APPS:%=%_clean)
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
|
@ -66,8 +73,8 @@ $(APPS:%=%_dist): %_dist:
|
||||||
# Make an install floppy
|
# Make an install floppy
|
||||||
#
|
#
|
||||||
|
|
||||||
install: all
|
#install: all
|
||||||
./install.sh /mnt/hda1
|
# ./install.sh /mnt/hda1
|
||||||
|
|
||||||
make_floppy_dirs:
|
make_floppy_dirs:
|
||||||
ifeq ($(DOSCLI),yes)
|
ifeq ($(DOSCLI),yes)
|
||||||
|
|
Loading…
Reference in a new issue