From 8f6189600f4278edbbf1eabc0bf9236a50978c2d Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 15 Aug 2010 16:55:02 +0200 Subject: Syncroniszed vclean target; fixed some comments. --- src/Makefile.Watcom | 2 +- src/Makefile.m32 | 3 +-- src/Makefile.netware | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 5391fbe8b..2cb805d06 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -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 diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 689494258..48eaf3bd3 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -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) - diff --git a/src/Makefile.netware b/src/Makefile.netware index a49898606..4552c2741 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -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): -- cgit v1.2.3