Syncroniszed vclean target; fixed some comments.

This commit is contained in:
Guenter Knauf 2010-08-15 16:55:02 +02:00
parent 41572648db
commit 8f6189600f
6 changed files with 10 additions and 12 deletions

View file

@ -113,7 +113,7 @@ clean: .SYMBOLIC
-$(RM) $(OBJS)
-$(RM) $(RESOURCE) $(LINK_ARG)
vclean realclean: clean .SYMBOLIC
vclean distclean: clean .SYMBOLIC
-$(RD) $(OBJ_DIR)
-$(RM) curl.exe curl.map curl.sym hugehelp.c

View file

@ -159,7 +159,6 @@ ifeq "$(wildcard hugehelp.c.cvs)" "hugehelp.c.cvs"
endif
-$(RM) $(curl_OBJECTS) $(RESOURCE)
distrib: clean
distclean vclean: clean
-$(RM) $(curl_PROGRAMS)

View file

@ -85,13 +85,13 @@ else
CC = gcc
endif
PERL = perl
# a native win32 awk can be downloaded from here:
# Here you can find a native Win32 binary of the original awk:
# http://www.gknw.net/development/prgtools/awk-20070501.zip
AWK = awk
CP = cp -afv
MKDIR = mkdir
# RM = rm -f
# if you want to mark the target as MTSAFE you will need a tool for
# If you want to mark the target as MTSAFE you will need a tool for
# generating the xdc data for the linker; here's a minimal tool:
# http://www.gknw.net/development/prgtools/mkxdc.zip
MPKXDC = mkxdc
@ -263,7 +263,7 @@ endif
-$(RM) curl_config.h
-$(RM) -r $(OBJDIR)
distclean: clean
distclean vclean: clean
-$(RM) $(TARGET).nlm
$(OBJDIR) $(INSTDIR):