[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#819384: direwolf: FTBFS when built twice in a row



Package: direwolf
Version: 1.2-2
Severity: important
Tags: patch

Hi. While we are at it, this package does not build twice in a row.
Please try:

dpkg-buildpackage
dpkg-buildpackage

and you will see how it fails. This happens because the clean target
does not remove "gen_fff".

Patch attached.

Thanks.
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -496,7 +496,7 @@ depend : $(wildcard *.c)
 .PHONY: clean 
 clean :
 	rm -f direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_packets ttcalc \
-		fsk_fast_filter.h *.o *.a direwolf.desktop
+		fsk_fast_filter.h *.o *.a direwolf.desktop gen_fff
 	echo " " > tune.h
 
 

Reply to: