PATCH - Making "make clean" on cygwin worth running

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Seeing as how symbolic links and Windows short cuts dont do the same thing we might want to do something else. Creating a bunch of wine/dlls/dllname.dll.lnk's doesnt get us much except waste CPU cycles.

Changelog: make clean fix for cygwin

Index: Make.rules.in
===================================================================
RCS file: /home/wine/wine/Make.rules.in,v
retrieving revision 1.156
diff -u -r1.156 Make.rules.in
--- Make.rules.in 1 May 2003 03:16:21 -0000 1.156
+++ Make.rules.in 3 May 2003 00:13:02 -0000
@@ -95,7 +95,7 @@
prog_manext = 1
api_manext = 3w
conf_manext = 5
-CLEAN_FILES = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \
+CLEAN_FILES = *.o *.a *.so *.ln *.lnk *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \
*.flc *.spec.c *.spec.def *.glue.c *.dbg.c y.tab.c y.tab.h @LEX_OUTPUT_ROOT@.c core


OBJS = $(C_SRCS:.c=.o) $(EXTRA_OBJS)




[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux