CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1151 -
(show annotations)
Sun Oct 4 15:12:36 2009 UTC (3 years, 7 months ago) by cjg
File size: 426 byte(s)
Sun Oct 4 15:12:36 2009 UTC (3 years, 7 months ago) by cjg
File size: 426 byte(s)
pseries utils initial commit
| 1 | --- librtas-1.3.3.orig/Makefile 2007-04-12 15:01:01.000000000 -0500 |
| 2 | +++ librtas-1.3.3/Makefile 2007-05-29 11:55:54.000000000 -0500 |
| 3 | @@ -15,11 +15,9 @@ |
| 4 | @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;) |
| 5 | |
| 6 | install: |
| 7 | - @$(call install_doc,$(FILES),$(DESTDIR)) |
| 8 | @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;) |
| 9 | |
| 10 | uninstall: |
| 11 | - @$(call uninstall_doc,$(FILES),$(DESTDIR)) |
| 12 | @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;) |
| 13 | |
| 14 | rpm: all |