Clean of legacy build files.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 18 Jan 2013 14:57:01 +0000 (14:57 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 18 Jan 2013 21:53:40 +0000 (22:53 +0100)
org.glite.lb.glite-LB/Makefile
org.glite.px.emi-px/Makefile
org.glite.px.glite-PX/Makefile
org.glite.px.myproxy-yaim/Makefile
org.glite.px.proxyrenewal/Makefile

index 3676845..8064a72 100644 (file)
@@ -24,7 +24,9 @@ stage:
 check:
 
 clean:
-       rm -rvf log.xml rpmbuild/ RPMS/ tgz/ debian/
        rm -rvf dist ${package}-*.tar.gz
 
-.PHONY: default all check install stage clean dist distcheck
+distclean:
+       rm -rvf project/changelog Makefile.inc *.spec debian/
+
+.PHONY: default all check install stage clean dist distclean distcheck
index 61f4e69..9e57b74 100644 (file)
@@ -27,6 +27,6 @@ clean:
        rm -rvf dist ${package}-*.tar.gz
 
 distclean:
-       rm -rvf Makefile.inc *.spec debian/
+       rm -rvf project/changelog Makefile.inc *.spec debian/
 
 .PHONY: default all check install stage clean distclean dist distcheck
index 750babe..5e03983 100644 (file)
@@ -27,6 +27,6 @@ clean:
        rm -rvf dist ${package}-*.tar.gz
 
 distclean:
-       rm -rvf Makefile.inc *.spec debian/
+       rm -rvf project/changelog Makefile.inc *.spec debian/
 
-.PHONY: default all check install stage clean distclean dist distcheck
+.PHONY: default all check install stage clean distclean distclean distcheck
index 9f87118..4a8240c 100644 (file)
@@ -72,6 +72,6 @@ clean:
        rm -rvf dist ${package}-*.tar.gz
 
 distclean:
-       rm -rvf Makefile.inc *.spec debian/
+       rm -rvf project/changelog Makefile.inc *.spec debian/
 
 .PHONY: default all check install stage clean distclean dist distcheck
index 4a4dd0a..5780198 100644 (file)
@@ -238,6 +238,6 @@ clean:
        $(RM) -rvf dist ${package}-*.tar.gz
 
 distclean:
-       rm -rvf Makefile.inc *.spec debian/
+       rm -rvf project/changelog Makefile.inc *.spec debian/
 
 .PHONY: default all compile examples check stage install clean distclean dist distcheck