mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:57:16 +03:00
Syncroniszed vclean target; fixed some comments.
This commit is contained in:
parent
41572648db
commit
8f6189600f
6 changed files with 10 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue