Makefile cleanup renamed to clean to match standard conventions.

This commit is contained in:
Frederick F. Kautz IV 2013-03-17 11:53:37 -07:00
Родитель a030c1bd24
Коммит a3ca3e9218
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -29,7 +29,7 @@ install:
install -m 0755 bin/docker $(DESTDIR)/$(INSDIR)
install -o root -m 0755 etc/docker.upstart $(DESTDIR)/etc/init/docker.conf
$(BUILD_SRC): cleanup
$(BUILD_SRC): clean
# Copy ourselves into $BUILD_SRC to comply with unusual golang constraints
tar --exclude=*.tar.gz --exclude=checkout.tgz -f checkout.tgz -cz *
mkdir -p $(BUILD_SRC)/$(GITHUB_PATH)
@ -79,6 +79,5 @@ gotest:
done
@sudo rm -rf /tmp/docker-*
cleanup:
clean:
rm -rf $(BUILD_PATH) debian/$(PKG_NAME)* debian/files $(BUILD_SRC) checkout.tgz