mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
(diff): New target.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08d8b2afa4
commit
8520d41f8a
1 changed files with 9 additions and 0 deletions
|
@ -395,6 +395,15 @@ dist: $(DIST_FILES)
|
|||
gzip `cat .fname`.tar
|
||||
rm -rf `cat .fname` .fname
|
||||
|
||||
diff:
|
||||
cd /tmp; zcat libobjects-$(OLD_OBJECTS_VERSION).tar.gz | tar -xf -
|
||||
cd /tmp; zcat libobjects-$(OBJECTS_VERSION).tar.gz | tar -xf -
|
||||
diff /tmp/libobjects-$(OLD_OBJECTS_VERSION) \
|
||||
/tmp/libobjects-$(OBJECTS_VERSION) \
|
||||
> libobjects-$(OLD_OBJECTS_VERSION)-$(OBJECTS_VERSION).diff
|
||||
rm -rf /tmp/libobjects-$(OLD_OBJECTS_VERSION) \
|
||||
/tmp/libobjects-$(OBJECTS_VERSION) \
|
||||
|
||||
include Makefile.depend
|
||||
|
||||
include Makefile.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue