Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257297 | Differences between
and this patch

Collapse All | Expand All

(-)boinc-6.4.5.orig/client/Makefile.in (-1 lines)
Lines 1330-1340 Link Here
1330
@CLIENT_BIN_FILENAME@: boinc_client
1330
@CLIENT_BIN_FILENAME@: boinc_client
1331
	rm -f $@
1331
	rm -f $@
1332
	rm -f $@.unmodified
1332
	rm -f $@.unmodified
1333
	cp $? $@.unmodified
1333
	cp $? $@.unmodified
1334
	@LN@ $? $@
1334
	@LN@ $? $@
1335
	@STRIP@ $@
1336
1335
1337
clean-local:
1336
clean-local:
1338
	rm -f @CLIENT_BIN_FILENAME@
1337
	rm -f @CLIENT_BIN_FILENAME@
1339
	rm -f @CLIENT_BIN_FILENAME@.unmodified
1338
	rm -f @CLIENT_BIN_FILENAME@.unmodified
1340
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1339
# Tell versions [3.59,3.63) of GNU make to not export all variables.
(-)boinc-6.4.5.orig/lib/Makefile.in (-1 lines)
Lines 950-960 Link Here
950
@CLIENT_CMD_BIN_FILENAME@: boinc_cmd$(EXEEXT)
950
@CLIENT_CMD_BIN_FILENAME@: boinc_cmd$(EXEEXT)
951
	rm -f $@
951
	rm -f $@
952
	rm -f $@.unmodified
952
	rm -f $@.unmodified
953
	cp $? $@.unmodified
953
	cp $? $@.unmodified
954
	@LN@ $? $@
954
	@LN@ $? $@
955
	@STRIP@ $@
956
955
957
clean-local:
956
clean-local:
958
	rm -f @CLIENT_CMD_BIN_FILENAME@
957
	rm -f @CLIENT_CMD_BIN_FILENAME@
959
	rm -f @CLIENT_CMD_BIN_FILENAME@.unmodified
958
	rm -f @CLIENT_CMD_BIN_FILENAME@.unmodified
960
# Tell versions [3.59,3.63) of GNU make to not export all variables.
959
# Tell versions [3.59,3.63) of GNU make to not export all variables.

Return to bug 257297