On Saturday 27 December 2008 07:42:54 Pavel Roskin wrote: > On Fri, 2008-12-26 at 23:42 +0100, Michael Buesch wrote: > > +install: > > + -install -o 0 -g 0 -m 644 regulatory.bin $(PREFIX)/lib/crda/regulatory.bin > > The directory should be created first. Most likely it doesn't exist. > > Also, the minus in front of the "install" command is harmful. Errors > should not be ignored. If the file is not installed, "make install" > should fail. > > "install -D" is not widely used in makefiles, so let's do it in two > steps. $(PREFIX)/lib/crda/ could be abstracted as another variable. > > Here's my take: ok thanks -- Greetings, Michael. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html