Hi Maciej, Am 20.10.2009 um 14:56 schrieb Maciej (Matchek) Blizinski:
I've modified a source file and I want to tell gmake to rebuild the necessary binaries. I'm trying:mac...@build8s [build8s]:~/src/opencsw/pkg/cups/branches/cups-1.4.0 > gmake build [build] complete for cups. ...it says everything has been built. But it hasn't, I modified http.c and it should trigger the rebuild of some binaries. cd'ing into the source and issuing 'gmake' doesn't work: a - util.o ar: writing libcups.a gmake[1]: ranlib: Command not found gmake[1]: *** [libcups.a] Error 127 gmake[1]: *** Waiting for unfinished jobs.... gmake: *** [all] Error 1 How can I tell GAR to rebuild the source?
gmake rebuild ;-) There are also remerge and repackage. Best regards -- Dago _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
