Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1121 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 2  always := asm Line 2  always := asm
2    
3  $(obj)/asm:  $(obj)/asm:
4   @echo '  SYMLINK $@ -> include/asm-$(KLIBCASMARCH)'   @echo '  SYMLINK $@ -> include/asm-$(KLIBCASMARCH)'
5   $(Q)if [ '$(KLIBCKERNELSRC).' -ef '$(obj)/../..' ]; then \   $(Q)if [ '$(KLIBCKERNELSRC)/.' -ef '$(obj)/../..' ]; then \
6   ln -fsn ../../include/asm-$(KLIBCASMARCH) $@; \   ln -fsn ../../include/asm-$(KLIBCASMARCH) $@; \
7   else \   else \
8   ln -fsn $(KLIBCKERNELSRC)./include/asm-$(KLIBCASMARCH) $@; \   ln -fsn $(KLIBCKERNELSRC)/include/asm-$(KLIBCASMARCH) $@; \
9   fi   fi
10    
11  clean-files := asm  clean-files := asm

Legend:
Removed from v.1121  
changed lines
  Added in v.1122