mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* Makefile.in (bindist): Use * instead of . for file list for tar
command.
This commit is contained in:
parent
4608280d36
commit
63cc0b39c8
@ -1,3 +1,8 @@
|
||||
2002-04-09 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* Makefile.in (bindist): Use * instead of . for file list for tar
|
||||
command.
|
||||
|
||||
2002-04-02 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/wtypes.h (enum tagCLSCTX): Change formatting.
|
||||
|
@ -125,7 +125,7 @@ bindist:
|
||||
chmod 755 $(distdir)
|
||||
$(MAKE) install prefix=../$(distdir) exec_prefix=../$(distdir)
|
||||
rm -f $(distdir)$(TARFILEEXT)
|
||||
cd $(distdir); $(TAR) $(TARFLAGS)cf ../$(distdir)$(TARFILEEXT) .
|
||||
cd $(distdir); $(TAR) $(TARFLAGS)cf ../$(distdir)$(TARFILEEXT) *
|
||||
|
||||
snapshot:
|
||||
make dist SNAPDATE=$(shell date '+%Y%m%d')
|
||||
|
Loading…
x
Reference in New Issue
Block a user