Mailinglist Archive: yast-commit (202 mails)
| < Previous | Next > |
[yast-commit] r62132 - /branches/tmp/lslezak/sound/data/Makefile.am
- From: lslezak@xxxxxxxxxxxxxxxx
- Date: Mon, 21 Jun 2010 15:06:43 -0000
- Message-id: <E1OQiaB-00005o-Qj@xxxxxxxxxxxxxxxx>
Author: lslezak
Date: Mon Jun 21 17:06:43 2010
New Revision: 62132
URL: http://svn.opensuse.org/viewcvs/yast?rev=62132&view=rev
Log:
Makefile.am - delete the sound DB in 'make clean' target,
do syntax checking after building the sound DB (verification)
Modified:
branches/tmp/lslezak/sound/data/Makefile.am
Modified: branches/tmp/lslezak/sound/data/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/lslezak/sound/data/Makefile.am?rev=62132&r1=62131&r2=62132&view=diff
==============================================================================
--- branches/tmp/lslezak/sound/data/Makefile.am (original)
+++ branches/tmp/lslezak/sound/data/Makefile.am Mon Jun 21 17:06:43 2010
@@ -12,5 +12,9 @@
sndcards.ycp: $(sound_db_generator)
./generate_soundcard_db.rb > sndcards.ycp
+# verify the validity (syntax check)
+ ycpc -E -q sndcards.ycp
+
+CLEANFILES = sndcards.ycp
EXTRA_DIST = alsa_packages.ycp $(sound_db_generator)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Jun 21 17:06:43 2010
New Revision: 62132
URL: http://svn.opensuse.org/viewcvs/yast?rev=62132&view=rev
Log:
Makefile.am - delete the sound DB in 'make clean' target,
do syntax checking after building the sound DB (verification)
Modified:
branches/tmp/lslezak/sound/data/Makefile.am
Modified: branches/tmp/lslezak/sound/data/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/lslezak/sound/data/Makefile.am?rev=62132&r1=62131&r2=62132&view=diff
==============================================================================
--- branches/tmp/lslezak/sound/data/Makefile.am (original)
+++ branches/tmp/lslezak/sound/data/Makefile.am Mon Jun 21 17:06:43 2010
@@ -12,5 +12,9 @@
sndcards.ycp: $(sound_db_generator)
./generate_soundcard_db.rb > sndcards.ycp
+# verify the validity (syntax check)
+ ycpc -E -q sndcards.ycp
+
+CLEANFILES = sndcards.ycp
EXTRA_DIST = alsa_packages.ycp $(sound_db_generator)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |