[Kstars-devel] KDE/kdeedu/kstars/kstars/data/tools

Akarsh Simha akarshsimha at gmail.com
Thu Aug 21 09:17:54 CEST 2008


SVN commit 850282 by asimha:

Reflecting changes to mysql2bin.c in the Makefile.

make datafiles will now generate three files containing named stars,
unnamed bright stars and unnamed faint stars.

CCMAIL: kstars-devel at kde.org



 M  +5 -4      Makefile  


--- trunk/KDE/kdeedu/kstars/kstars/data/tools/Makefile #850281:850282
@@ -36,11 +36,12 @@
 
 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) Henry-Draper.idx $(KSTARS_MYSQL_DB_TBL)
-	cat ushf usdf > ../deepstars.dat
-	cat nshf nsdf > ../shallowstars.dat
+	./mysql2bin $(KSTARS_MYSQL_DB_USER) $(KSTARS_MYSQL_DB_PASS) $(KSTARS_MYSQL_DB_DB) usdf ushf dsdf dshf nsdf nshf nf Henry-Draper.idx $(KSTARS_MYSQL_DB_TBL)
+	cat ushf usdf > ../unnamedstars.dat
+	cat nshf nsdf > ../namedstars.dat
+	cat dshf dsdf > ../deepstars.dat
 	cat nf > ../starnames.dat
-	rm ushf usdf nshf nsdf nf
+	rm ushf usdf nshf nsdf nf dsdf dshf
 
 nomaddatafiles: nomadmysql2bin
 	echo "If this step hangs, please reduce the value of MYSQL_STARS_PER_QUERY in mysql2bin.c and try again."


More information about the Kstars-devel mailing list