[gtkada] Makefile.in patch proposal.

Pascal p.p14 at orange.fr
Mon Sep 3 22:17:16 CEST 2012


Hello, I've got an error when I execute 'make distclean'.

This is happening as 'Makefile.common' is removed at beginning while 'make -C testgtk distclean' want to use it:
$ make distclean
rm -f core
rm -f .\#*
rm -f Makefile
rm -f config.cache config.log config.status
make -C src distclean
rm -f Makefile
make -C gtkextra distclean
rm -f obj/*.o
rm -f Makefile
make -C opengl distclean
rm -f *~ core .\#*
rm -f obj/*.ali
rm -f obj/*.o
rm -f obj/lib*
rm -f Makefile
make -C gnome distclean
rm -f *~ core .\#*
rm -f obj/*.ali
rm -f obj/*.o
rm -f obj/lib*
rm -f Makefile
make -C tools distclean
rm -f *~ core .\#*
rm -f obj/*.ali
rm -f obj/*.o
rm -f obj/lib*
rm -f Makefile
rm -f gtkada-config
rm -f Makefile.common
make -C testgtk distclean
Makefile:13: ../src/Makefile.common: No such file or directory
make[1]: *** No rule to make target `../src/Makefile.common'.  Stop.
make: [distclean] Error 2 (ignored)

Here is a patch proposal in attached file.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in.diff
Type: application/octet-stream
Size: 892 bytes
Desc: not available
URL: </pipermail/gtkada/attachments/20120903/3a30cf31/attachment.obj>
-------------- next part --------------

HTH, Pascal.
http://blady.pagesperso-orange.fr




More information about the gtkada mailing list