mirror of https://github.com/BOINC/boinc.git
Fixed make client_tar bug
svn path=/trunk/boinc/; revision=228
This commit is contained in:
parent
2ef38749a2
commit
0a9ebcc11e
|
@ -129,4 +129,4 @@ tar: clean
|
|||
tar cf boinc.tar * ; gzip boinc.tar
|
||||
|
||||
client_tar: clean
|
||||
cd client; ${MAKE} tar;
|
||||
cd client; ./configure; ${MAKE} tar;
|
||||
|
|
|
@ -88,7 +88,7 @@ test_file_xfer: test_file_xfer.o $(TEST_FX_OBJS)
|
|||
$(CC) test_file_xfer.o $(TEST_FX_OBJS) $(CLIBS) -o test_file_xfer
|
||||
|
||||
tar:
|
||||
cd $(topsrcdir); tar cf boinc_client.tar $(TAR_TARGETS); \
|
||||
cd $(topsrcdir)/..; tar cf boinc_client.tar $(TAR_TARGETS); \
|
||||
gzip boinc_client.tar;
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in New Issue