]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make sure clean and distclean remove all generated files.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 21 Jan 2015 00:02:04 +0000 (00:02 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 21 Jan 2015 00:02:04 +0000 (00:02 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12414 a1ca3aef-8c08-0410-bb20-df032aa958be

Makefile
test/Makefile

index 07a0826e8285af7b9c955c10b38cec30c5ede420..bde412c95bc986bb757ef6e72b627234a369452e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ distclean:  clean
        $(RM) doc/index.html
        $(RM) man/client.conf.man man/cups-files.conf.man man/cups-lpd.man man/cups-snmp.man man/cupsaddsmb.man man/cupsd.conf.man man/cupsd.man man/lpoptions.man
        $(RM) packaging/cups.list
-       $(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/org.cups.cupsd.path scheduler/org.cups.cupsd.service scheduler/org.cups.cupsd.socket
+       $(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/org.cups.cups-lpdAT.service scheduler/org.cups.cupsd.path scheduler/org.cups.cupsd.service scheduler/org.cups.cupsd.socket
        $(RM) templates/header.tmpl
        -$(RM) doc/*/index.html
        -$(RM) templates/*/header.tmpl
index 2133789a1baced1db5fbc338896e35b4f6c20728..aef5c1b32a3333df09241902b259871ec346f15a 100644 (file)
@@ -92,7 +92,7 @@ unittests:
 #
 
 clean:
-       $(RM) $(TARGETS) $(OBJS) ippinfra ippinfra-shared ippproxy ippproxy-shared ippserver-shared
+       $(RM) $(TARGETS) $(OBJS) ippfind-static ippinfra ippinfra-shared ippproxy ippproxy-shared ippserver-shared
 
 
 #