]> granicus.if.org Git - curl/commitdiff
Syncroniszed vclean target; fixed some comments.
authorGuenter Knauf <lists@gknw.net>
Sun, 15 Aug 2010 14:55:02 +0000 (16:55 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 15 Aug 2010 14:56:03 +0000 (16:56 +0200)
lib/Makefile.Watcom
lib/Makefile.m32
lib/Makefile.netware
src/Makefile.Watcom
src/Makefile.m32
src/Makefile.netware

index 9096fa91f145bfa787a4d9e9439319e9ff10353c..46b6ec9ac26183e18d54a836803a81d692173bf0 100644 (file)
@@ -128,7 +128,7 @@ clean: .SYMBOLIC
        -$(RM) $(OBJS_DYN)
        -$(RM) $(RESOURCE) $(LINK_ARG) $(LIB_ARG)
 
-vclean realclean: clean .SYMBOLIC
+vclean distclean: clean .SYMBOLIC
        -$(RM) $(TARGETS) $(LIBNAME).map $(LIBNAME).sym
        -$(RD) $(OBJ_BASE)\stat
        -$(RD) $(OBJ_BASE)\dyn
index 3bcac0ac209dbfe945ac9b12265f44b3c336dbdc..2e1a934bfa7c85dc215d5a1a566388286a89a4ee 100644 (file)
@@ -148,7 +148,7 @@ $(libcurl_dll_LIBRARY): $(libcurl_a_OBJECTS) $(RESOURCE) $(libcurl_dll_DEPENDENC
 clean:
        -$(RM) $(libcurl_a_OBJECTS) $(RESOURCE)
 
-distrib: clean
+distclean vclean: clean
        -$(RM) $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY) $(libcurl_dll_a_LIBRARY)
 
 FORCE: ;
@@ -156,4 +156,3 @@ FORCE: ;
 $(LIBCARES_PATH)/libcares.a:
        $(MAKE) -C $(LIBCARES_PATH) -f Makefile.m32
 
-
index a3e77b745c8a646c75d53c722d1ac0eb7c32d703..1d8e1a9ef97fa95c6526ec8bc561c152e833b24c 100644 (file)
@@ -84,14 +84,14 @@ 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
 YACC   = bison -y
 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
@@ -269,7 +269,7 @@ clean:
        -$(RM) curl_config.h
        -$(RM) -r $(OBJDIR)
 
-distclean: clean
+distclean vclean: clean
        -$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm
        -$(RM) certdata.txt ca-bundle.crt
 
index 5391fbe8bbce423cf9b81625d2e6f73b5644dbc1..2cb805d06ade7f1b36d515e1b79ddf85c121abd9 100644 (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
 
index 6894942582f13b8fd7e5051881814fc24661f559..48eaf3bd3fa6b0d74cfdeda65158a610f9c61d89 100644 (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)
 
-
index a49898606232b557ff43907d6ee2ef420f3dd8a3..4552c2741f6d3e82f0d26f97188cf258175d2cab 100644 (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):