mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Syncroniszed vclean target; fixed some comments.
This commit is contained in:
parent
41572648db
commit
8f6189600f
@ -128,7 +128,7 @@ clean: .SYMBOLIC
|
|||||||
-$(RM) $(OBJS_DYN)
|
-$(RM) $(OBJS_DYN)
|
||||||
-$(RM) $(RESOURCE) $(LINK_ARG) $(LIB_ARG)
|
-$(RM) $(RESOURCE) $(LINK_ARG) $(LIB_ARG)
|
||||||
|
|
||||||
vclean realclean: clean .SYMBOLIC
|
vclean distclean: clean .SYMBOLIC
|
||||||
-$(RM) $(TARGETS) $(LIBNAME).map $(LIBNAME).sym
|
-$(RM) $(TARGETS) $(LIBNAME).map $(LIBNAME).sym
|
||||||
-$(RD) $(OBJ_BASE)\stat
|
-$(RD) $(OBJ_BASE)\stat
|
||||||
-$(RD) $(OBJ_BASE)\dyn
|
-$(RD) $(OBJ_BASE)\dyn
|
||||||
|
@ -148,7 +148,7 @@ $(libcurl_dll_LIBRARY): $(libcurl_a_OBJECTS) $(RESOURCE) $(libcurl_dll_DEPENDENC
|
|||||||
clean:
|
clean:
|
||||||
-$(RM) $(libcurl_a_OBJECTS) $(RESOURCE)
|
-$(RM) $(libcurl_a_OBJECTS) $(RESOURCE)
|
||||||
|
|
||||||
distrib: clean
|
distclean vclean: clean
|
||||||
-$(RM) $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY) $(libcurl_dll_a_LIBRARY)
|
-$(RM) $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY) $(libcurl_dll_a_LIBRARY)
|
||||||
|
|
||||||
FORCE: ;
|
FORCE: ;
|
||||||
@ -156,4 +156,3 @@ FORCE: ;
|
|||||||
$(LIBCARES_PATH)/libcares.a:
|
$(LIBCARES_PATH)/libcares.a:
|
||||||
$(MAKE) -C $(LIBCARES_PATH) -f Makefile.m32
|
$(MAKE) -C $(LIBCARES_PATH) -f Makefile.m32
|
||||||
|
|
||||||
|
|
||||||
|
@ -84,14 +84,14 @@ else
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
endif
|
endif
|
||||||
PERL = perl
|
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
|
# http://www.gknw.net/development/prgtools/awk-20070501.zip
|
||||||
AWK = awk
|
AWK = awk
|
||||||
YACC = bison -y
|
YACC = bison -y
|
||||||
CP = cp -afv
|
CP = cp -afv
|
||||||
MKDIR = mkdir
|
MKDIR = mkdir
|
||||||
# RM = rm -f
|
# 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:
|
# generating the xdc data for the linker; here's a minimal tool:
|
||||||
# http://www.gknw.net/development/prgtools/mkxdc.zip
|
# http://www.gknw.net/development/prgtools/mkxdc.zip
|
||||||
MPKXDC = mkxdc
|
MPKXDC = mkxdc
|
||||||
@ -269,7 +269,7 @@ clean:
|
|||||||
-$(RM) curl_config.h
|
-$(RM) curl_config.h
|
||||||
-$(RM) -r $(OBJDIR)
|
-$(RM) -r $(OBJDIR)
|
||||||
|
|
||||||
distclean: clean
|
distclean vclean: clean
|
||||||
-$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm
|
-$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm
|
||||||
-$(RM) certdata.txt ca-bundle.crt
|
-$(RM) certdata.txt ca-bundle.crt
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ clean: .SYMBOLIC
|
|||||||
-$(RM) $(OBJS)
|
-$(RM) $(OBJS)
|
||||||
-$(RM) $(RESOURCE) $(LINK_ARG)
|
-$(RM) $(RESOURCE) $(LINK_ARG)
|
||||||
|
|
||||||
vclean realclean: clean .SYMBOLIC
|
vclean distclean: clean .SYMBOLIC
|
||||||
-$(RD) $(OBJ_DIR)
|
-$(RD) $(OBJ_DIR)
|
||||||
-$(RM) curl.exe curl.map curl.sym hugehelp.c
|
-$(RM) curl.exe curl.map curl.sym hugehelp.c
|
||||||
|
|
||||||
|
@ -159,7 +159,6 @@ ifeq "$(wildcard hugehelp.c.cvs)" "hugehelp.c.cvs"
|
|||||||
endif
|
endif
|
||||||
-$(RM) $(curl_OBJECTS) $(RESOURCE)
|
-$(RM) $(curl_OBJECTS) $(RESOURCE)
|
||||||
|
|
||||||
distrib: clean
|
distclean vclean: clean
|
||||||
-$(RM) $(curl_PROGRAMS)
|
-$(RM) $(curl_PROGRAMS)
|
||||||
|
|
||||||
|
|
||||||
|
@ -85,13 +85,13 @@ else
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
endif
|
endif
|
||||||
PERL = perl
|
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
|
# http://www.gknw.net/development/prgtools/awk-20070501.zip
|
||||||
AWK = awk
|
AWK = awk
|
||||||
CP = cp -afv
|
CP = cp -afv
|
||||||
MKDIR = mkdir
|
MKDIR = mkdir
|
||||||
# RM = rm -f
|
# 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:
|
# generating the xdc data for the linker; here's a minimal tool:
|
||||||
# http://www.gknw.net/development/prgtools/mkxdc.zip
|
# http://www.gknw.net/development/prgtools/mkxdc.zip
|
||||||
MPKXDC = mkxdc
|
MPKXDC = mkxdc
|
||||||
@ -263,7 +263,7 @@ endif
|
|||||||
-$(RM) curl_config.h
|
-$(RM) curl_config.h
|
||||||
-$(RM) -r $(OBJDIR)
|
-$(RM) -r $(OBJDIR)
|
||||||
|
|
||||||
distclean: clean
|
distclean vclean: clean
|
||||||
-$(RM) $(TARGET).nlm
|
-$(RM) $(TARGET).nlm
|
||||||
|
|
||||||
$(OBJDIR) $(INSTDIR):
|
$(OBJDIR) $(INSTDIR):
|
||||||
|
Loading…
Reference in New Issue
Block a user