Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
matthewlib-java
classpath_fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File classpath_fix.patch of Package matthewlib-java
Index: libmatthew-java-0.8/Makefile =================================================================== --- libmatthew-java-0.8.orig/Makefile 2012-05-15 10:19:39.418201897 +0200 +++ libmatthew-java-0.8/Makefile 2012-05-15 10:19:41.742201844 +0200 @@ -62,11 +62,12 @@ io-$(IOVER).jar: .classes (cd classes; $(JAR) cf ../$@ cx/ath/matthew/io/*class) unix-$(UNIXVER).jar: .classes -ifeq ($(DEBUG),enable) - echo "Class-Path: $(JARDIR)/debug-$(DEBUG).jar" > Manifest -else - echo "Class-Path: " > Manifest -endif +#ifeq ($(DEBUG),enable) +# echo "Class-Path: $(JARDIR)/debug-$(DEBUG).jar" > Manifest +#else +# echo "Class-Path: " > Manifest +#endif + echo > Manifest (cd classes; $(JAR) cfm ../$@ ../Manifest cx/ath/matthew/unix/*class) hexdump-$(HEXVER).jar: .classes @@ -91,11 +92,13 @@ debug-enable-$(DEBUGVER).jar: cx/ath/matthew/debug/Debug.jpp make .enabledebug - echo "Class-Path: $(JARDIR)/hexdump.jar" > Manifest + #echo "Class-Path: $(JARDIR)/hexdump.jar" > Manifest + echo > Manifest (cd classes;jar cfm ../$@ ../Manifest cx/ath/matthew/debug/*.class) debug-disable-$(DEBUGVER).jar: cx/ath/matthew/debug/Debug.jpp make .disabledebug - echo "Class-Path: $(JARDIR)/hexdump.jar" > Manifest + #echo "Class-Path: $(JARDIR)/hexdump.jar" > Manifest + echo > Manifest (cd classes;jar cfm ../$@ ../Manifest cx/ath/matthew/debug/*.class) .enabledebug: cx/ath/matthew/debug/Debug.jpp mkdir -p classes
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor