[Kstars-devel] branches/kstars/summer/kdeedu/kstars/kstars/data/tools

Akarsh Simha akarshsimha at gmail.com
Mon Jun 16 01:58:06 CEST 2008


SVN commit 820988 by asimha:

Target clean should also remove temporary binary data file fragments.

CCMAIL: kstars-devel at kde.org



 M  +2 -0      Makefile  


--- branches/kstars/summer/kdeedu/kstars/kstars/data/tools/Makefile #820987:820988
@@ -23,6 +23,8 @@
 
 clean:
 	-rm binfiletester mysql2bin
+	-rm ushf usdf nshf nsdf nf
+
 datafiles: mysql2bin
 	echo "If this step hangs, please reduce the value of MYSQL_STARS_PER_QUERY in mysql2bin.c and try again."
 	./mysql2bin $(KSTARS_MYSQL_DB_USER) $(KSTARS_MYSQL_DB_PASS) usdf ushf nsdf nshf nf $(KSTARS_MYSQL_DB_DB) $(KSTARS_MYSQL_DB_TBL)


More information about the Kstars-devel mailing list