| 
     
      
      
      From: Peter T. <htm...@gm...> - 2008-05-01 16:26:13
      
     
   | 
In case if anyone is wondering what this line 107 means in the arch/um/Makefile:
    104 ifneq ($(KBUILD_SRC),)
    105 $(shell mkdir -p $(ARCH_DIR) && ln -fsn
$(srctree)/$(ARCH_DIR)/Kconfig.$(SUBARCH) $(ARCH_DIR)/Kconfig.arch)
    106 else
    107 $(shell cd $(ARCH_DIR) && ln -sf Kconfig.$(SUBARCH) Kconfig.arch)
    108 endif
Different version of Linux kernel tried, will always end up at the
same line above, btw, although the line number can be different.
 |