rbb@covalent.net wrote:
>
> > > -exports.c: $(EXPORT_FILES)
> > > - (cat $(EXPORT_FILES) | ../build/buildexports.sh ../srclib) > $@
> > > +delete-exports:
> > > + @if test -f $(TARGET_EXPORTS); then \
> > > + headers="`find include/*.h -newer $(TARGET_EXPORTS)`" ; \
> > > + if test -n "$$headers"; then \
> > > + echo Found newer headers. Will rebuild $(TARGET_EXPORTS).
; \
> > > + echo $(RM) -f $(TARGET_EXPORTS) ; \
> >
> > RM is not defined for me (and I suspect not for anyone else) in
> > config_vars.mk, so touching a header file breaks the build.
>
> I'll fix the RM issue now.
You'll have noticed that he didn't (but I did, by changing it to rm).
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.html
"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff
|