Author: pebender
Date: Sat Jun 13 11:55:23 2009
New Revision: 4942
Modified:
trunk/gar-minimyth/script/kernel/kernel/Makefile
trunk/gar-minimyth/script/utils/squashfs-4.0/Makefile
Log:
- Removed (mk|un)squashfs symlinks as there is now only one version of
squashfs.
Modified: trunk/gar-minimyth/script/kernel/kernel/Makefile
==============================================================================
--- trunk/gar-minimyth/script/kernel/kernel/Makefile (original)
+++ trunk/gar-minimyth/script/kernel/kernel/Makefile Sat Jun 13 11:55:23
2009
@@ -14,8 +14,6 @@
post-install:
@rm -rf $(DESTDIR)$(versiondir)/$(GARNAME)
@rm -rf $(DESTDIR)$(licensedir)/$(GARNAME)
- @ln -sf mksquashfs-4.0 $(DESTDIR)$(bindir)/mksquashfs
- @ln -sf mksquashfs-4.0 $(build_DESTDIR)$(build_bindir)/mksquashfs
clean-all:
@$(foreach dir, $(wildcard ../../kernel-2.*), $(MAKE) clean-all -C
$(dir)/kernel ; )
Modified: trunk/gar-minimyth/script/utils/squashfs-4.0/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/squashfs-4.0/Makefile (original)
+++ trunk/gar-minimyth/script/utils/squashfs-4.0/Makefile Sat Jun 13
11:55:23 2009
@@ -27,6 +27,8 @@
install-custom:
@mkdir -p $(DESTDIR)$(bindir)
- @cp $(WORKSRC)/mksquashfs $(DESTDIR)$(bindir)/mksquashfs-4.0
- @cp $(WORKSRC)/unsquashfs $(DESTDIR)$(bindir)/unsquashfs-4.0
+ @rm -f $(DESTDIR)$(bindir)/mksquashfs
+ @cp $(WORKSRC)/mksquashfs $(DESTDIR)$(bindir)/mksquashfs
+ @rm -f $(DESTDIR)$(bindir)/unsquashfs
+ @cp $(WORKSRC)/unsquashfs $(DESTDIR)$(bindir)/unsquashfs
@$(MAKECOOKIE)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---