mirror of https://github.com/docker/docs.git
Makefile cleanup renamed to clean to match standard conventions.
This commit is contained in:
parent
a030c1bd24
commit
a3ca3e9218
5
Makefile
5
Makefile
|
@ -29,7 +29,7 @@ install:
|
||||||
install -m 0755 bin/docker $(DESTDIR)/$(INSDIR)
|
install -m 0755 bin/docker $(DESTDIR)/$(INSDIR)
|
||||||
install -o root -m 0755 etc/docker.upstart $(DESTDIR)/etc/init/docker.conf
|
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
|
# Copy ourselves into $BUILD_SRC to comply with unusual golang constraints
|
||||||
tar --exclude=*.tar.gz --exclude=checkout.tgz -f checkout.tgz -cz *
|
tar --exclude=*.tar.gz --exclude=checkout.tgz -f checkout.tgz -cz *
|
||||||
mkdir -p $(BUILD_SRC)/$(GITHUB_PATH)
|
mkdir -p $(BUILD_SRC)/$(GITHUB_PATH)
|
||||||
|
@ -79,6 +79,5 @@ gotest:
|
||||||
done
|
done
|
||||||
@sudo rm -rf /tmp/docker-*
|
@sudo rm -rf /tmp/docker-*
|
||||||
|
|
||||||
cleanup:
|
clean:
|
||||||
|
|
||||||
rm -rf $(BUILD_PATH) debian/$(PKG_NAME)* debian/files $(BUILD_SRC) checkout.tgz
|
rm -rf $(BUILD_PATH) debian/$(PKG_NAME)* debian/files $(BUILD_SRC) checkout.tgz
|
||||||
|
|
Loading…
Reference in New Issue