Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (hide annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 8 months ago) by niro
File size: 287 byte(s)
-updated to klibc-1.5.19
1 niro 532 always := asm
2    
3     $(obj)/asm:
4     @echo ' SYMLINK $@ -> include/asm-$(KLIBCASMARCH)'
5 niro 1122 $(Q)if [ '$(KLIBCKERNELSRC)/.' -ef '$(obj)/../..' ]; then \
6 niro 532 ln -fsn ../../include/asm-$(KLIBCASMARCH) $@; \
7     else \
8 niro 1122 ln -fsn $(KLIBCKERNELSRC)/include/asm-$(KLIBCASMARCH) $@; \
9 niro 532 fi
10    
11     clean-files := asm