ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/Makefile
(Generate patch)

Comparing SheepShaver/Makefile (file contents):
Revision 1.32 by asvitkine, 2009-02-19T07:02:46Z vs.
Revision 1.33 by asvitkine, 2010-04-08T03:50:26Z

# Line 86 | Line 86 | links:
86                 Windows/ether_windows.h Windows/ether_windows.cpp \
87                 Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp \
88                 uae_cpu/compiler/codegen_x86.h'; \
89 <        PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \
89 >        PREFIX="../"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \
90          for i in $$list; do \
91 <          echo $$i; o=$$i; \
92 <          case $$i in *codegen_x86.h) o=kpx_cpu/src/cpu/jit/x86/codegen_x86.h;; esac; \
93 <          ln -sf "$${PREFIX}$(B2_TOPDIR)/src/$$i" src/$$o; \
94 <        done;
91 >          if test "$$i" != "\\"; then \
92 >            echo $$i; o=$$i; \
93 >            case $$i in *codegen_x86.h) o=kpx_cpu/src/cpu/jit/x86/codegen_x86.h;; esac; \
94 >            SUB=`echo $$o | sed 's;[^/]*/;../;g' | sed 's;[^/]*$$;;'` ;\
95 >            ln -sf "$$PREFIX$$SUB$(B2_TOPDIR)/src/$$i" src/$$o; \
96 >          fi; \
97 >        done; \
98 >        ln -sf ../../../../../SheepShaver/src/Unix/config.h $(B2_TOPDIR)/src/Unix/Linux/NetDriver/config.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines