diff options
author | 2006-01-07 21:32:48 -0800 | |
---|---|---|
committer | 2006-01-07 21:32:48 -0800 | |
commit | 8fc11b5aa98540f7caab87e22e5aae63512893a2 (patch) | |
tree | 42cc20556d8b4766d9a0adbcc2e32de22b9fc6c9 /Makefile | |
parent | GIT 1.0.7 (diff) | |
parent | mailsplit: allow empty input from stdin (diff) | |
download | tgif-8fc11b5aa98540f7caab87e22e5aae63512893a2.tar.xz |
GIT 1.0.8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -55,7 +55,7 @@ all: # Define USE_STDEV below if you want git to care about the underlying device # change being considered an inode change from the update-cache perspective. -GIT_VERSION = 1.0.7 +GIT_VERSION = 1.0.8 # CFLAGS and LDFLAGS are for the users to override from the command line. @@ -489,12 +489,6 @@ dist: git.spec git-tar-tree rpm: dist $(RPMBUILD) -ta $(GIT_TARNAME).tar.gz -deb: dist - rm -rf $(GIT_TARNAME) - $(TAR) zxf $(GIT_TARNAME).tar.gz - dpkg-source -b $(GIT_TARNAME) - cd $(GIT_TARNAME) && fakeroot debian/rules binary - ### Cleaning rules clean: @@ -504,8 +498,6 @@ clean: rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo rm -rf $(GIT_TARNAME) rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz - rm -f git-core_$(GIT_VERSION)-*.dsc - rm -f git-*_$(GIT_VERSION)-*.deb $(MAKE) -C Documentation/ clean $(MAKE) -C templates clean $(MAKE) -C t/ clean |