diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-06-05 17:11:09 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-06-05 17:11:09 +0200 |
commit | 9607c4222c08c2d3def2faeac62f6cca5d3ce119 (patch) | |
tree | a0d211a7ff01fe490bbc5f8389d76430dfbb3111 /klibc/Makefile | |
parent | c07669bd663d780e4957691e488798aa0178e76b (diff) |
klibc: version 1.0.14
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'klibc/Makefile')
-rw-r--r-- | klibc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/klibc/Makefile b/klibc/Makefile index 5071e60da4..e634aaccb5 100644 --- a/klibc/Makefile +++ b/klibc/Makefile @@ -69,4 +69,9 @@ local-install: $(CROSS)klcc $(INSTALL_DATA) klcc.1 $(INSTALLROOT)$(mandir)/man1/$(KCROSS)klcc.1 $(INSTALL_EXEC) $(KCROSS)klcc $(INSTALLROOT)$(bindir) +# This does all the prep work needed to turn a freshly exported git repository +# into a release tarball tree +release: klibc.spec + rm -f maketar.sh + -include MCONFIG |