-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
It must have happened recently that some wildcards in Makefiles stopped
working as expected or maybe some YaST modules just don't like me anymore ;)
Anyway, I had to replace Makefile entries like this one
$(wildcard [A-Z]*.ycp [A-Z]*.ycp)
with
$(wildcard [[:upper:]]*.ycp [[:upper:]]*.ycp)
to match files starting with upper-case only. They would match all
*.ycp, resp. *.pm files despite starting with lower-case otherwise.
Does anybody know why it had worked before?
Thanks & Bye
Lukas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAkjlUQcACgkQVSqMdRCqTiybAQCcC7E0FLaq0yKNiZh/A/RnnAkS
Ke0AnRulasueQ6serFtR32Lj6wPY1F88
=G1u/
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]