wok-6.x view mtools/stuff/mtools_makefile.patch @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents
children
line source
1 --- mtools-3.9.11.ori/Makefile Tue Sep 16 22:01:39 2008
2 +++ mtools-3.9.11/Makefile Tue Sep 16 22:05:15 2008
3 @@ -216,8 +216,8 @@
4 uninstall-info:
5 cd $(DESTDIR)$(infodir) && rm -f mtools.info*
7 -install: $(DESTDIR)$(bindir)/mtools $(DESTDIR)$(bindir)/floppyd $(DESTDIR)$(bindir)/floppyd_installtest install-man install-links \
8 - $(DESTDIR)$(bindir)/mkmanifest install-scripts install-info
9 +install: $(DESTDIR)$(bindir)/mtools $(DESTDIR)$(bindir)/floppyd $(DESTDIR)$(bindir)/floppyd_installtest install-links \
10 + $(DESTDIR)$(bindir)/mkmanifest install-scripts
12 uninstall: uninstall-bin uninstall-man uninstall-links \
13 uninstall-scripts