Changeset 98
- Timestamp:
- 08/09/07 16:58:51 (16 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 modified
-
Makefile (modified) (1 diff)
-
Makefile_i386 (modified) (1 diff)
-
Makefile_light (modified) (1 diff)
-
Makefile_light_i386 (modified) (1 diff)
-
howto (modified) (2 diffs)
-
libusb-runloop.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r97 r98 163 163 tar xzvf $^ 164 164 mv libusb-$(LIBUSBVERSION) libusb 165 cd libusb && patch < ../libusb-runloop.patch 165 166 touch $@ 166 167 -
trunk/Makefile_i386
r97 r98 123 123 tar xzvf $^ 124 124 mv libusb-$(LIBUSBVERSION) libusb 125 cd libusb && patch < ../libusb-runloop.patch 125 126 touch $@ 126 127 -
trunk/Makefile_light
r96 r98 96 96 tar xzvf $^ 97 97 mv libusb-$(LIBUSBVERSION) libusb 98 cd libusb && patch < ../libusb-runloop.patch 98 99 touch $@ 99 100 -
trunk/Makefile_light_i386
r96 r98 46 46 tar xzvf $^ 47 47 mv libusb-$(LIBUSBVERSION) libusb 48 cd libusb && patch < ../libusb-runloop.patch 48 49 touch $@ 49 50 -
trunk/howto
r96 r98 44 44 on the Installation DVD or on Apple's developer site. Fink doesn't need 45 45 to be installed. 46 Transfer the Makefile_i386 46 Transfer the Makefile_i386 and libusb-runloop.patch 47 47 and then do: 48 48 make -f Makefile_i386 all ; make -f Makefile_i386 transfer … … 72 72 The MacIntel need to have the Developer Xcode installed which is available 73 73 on the Installation DVD or on Apple's developer site. 74 Transfer the Makefile_light_i386 74 Transfer the Makefile_light_i386 and libusb-runloop.patch 75 75 and then do: 76 76 make -f Makefile_light_i386 all ; make -f Makefile_light_i386 transfer
