[PATCH 2/2] Makefile export libraries headers

Corentin Chary chary_c at epitech.net
Fri Dec 19 04:29:56 EST 2008


>> +       for i in $(addsuffix .h, $(LIBS)); do \
>> +               [ -f include/$$i ] &&  install -m 0755 include/$$i  ${DESTDIR}/${LIBDIR}/; \
>> +       done
>
> you're installing headers into /usr/lib/ ?  that doesnt make any sense ...
> -mike
>

/LIBDIR/INCLUDEDIR/s

It seems that we need to work a ltitle more on theses patch. But it
may be a good idea to wait that the other patch related to the build
system are merged.

-- 
Corentin Chary
http://xf.iksaif.net



More information about the linux-mtd mailing list