Browse code

Makefile cleanup renamed to clean to match standard conventions.

Frederick F. Kautz IV authored on 2013/03/18 03:53:37
Showing 1 changed files
... ...
@@ -29,7 +29,7 @@ install:
29 29
 	install -m 0755 bin/docker $(DESTDIR)/$(INSDIR)
30 30
 	install -o root -m 0755 etc/docker.upstart $(DESTDIR)/etc/init/docker.conf
31 31
 
32
-$(BUILD_SRC): cleanup
32
+$(BUILD_SRC): clean
33 33
 	# Copy ourselves into $BUILD_SRC to comply with unusual golang constraints
34 34
 	tar --exclude=*.tar.gz --exclude=checkout.tgz -f checkout.tgz -cz *
35 35
 	mkdir -p $(BUILD_SRC)/$(GITHUB_PATH)
... ...
@@ -79,6 +79,5 @@ gotest:
79 79
 	done
80 80
 	@sudo rm -rf /tmp/docker-*
81 81
 
82
-cleanup:
83
-
82
+clean:
84 83
 	rm -rf $(BUILD_PATH) debian/$(PKG_NAME)* debian/files $(BUILD_SRC) checkout.tgz