1. 06 3月, 2006 1 次提交
  2. 27 2月, 2006 1 次提交
  3. 10 2月, 2006 1 次提交
  4. 06 2月, 2006 1 次提交
  5. 21 1月, 2006 1 次提交
    • S
      kconfig: fix /dev/null breakage · 3835f821
      Sam Ravnborg 提交于
      While running "make menuconfig" and "make mrproper"
      some people experienced that /dev/null suddenly changed
      permissions or suddenly became a regular file.
      The main reason was that /dev/null was used as output
      to gcc in the check-lxdialog.sh script and gcc did
      some strange things with the output file; in this
      case /dev/null when it errorred out.
      
      Following patch implements a suggestion
      from Bryan O'Sullivan <bos@serpentine.com> to
      use gcc -print-file-name=libxxx.so.
      
      Also the Makefile is adjusted to not resolve value of
      HOST_EXTRACFLAGS and HOST_LOADLIBES until they are actually used.
      This prevents us from calling gcc when running make *clean/mrproper
      
      Thanks to Eyal Lebedinsky <eyal@eyal.emu.id.au> and
      Jean Delvare <khali@linux-fr.org> for the first error reports.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      ---
      3835f821
  6. 16 1月, 2006 1 次提交
    • S
      kbuild: create .kernelrelease at *config step · 2244cbd8
      Sam Ravnborg 提交于
      To enable 'make kernelrelease' earlier now create .kernelrelease when
      one of the *config targets are used.
      Also introduce KERNELVERSION - only user is kconfig.
      KERNELVERSION was needed to display kernel version in menuconfig -
      KERNELRELEASE is not valid until configuration has completed.
      kconfig files modified to use KERNELVERSION.
      Bug reported by: Rene Rebe <rene@exactcode.de>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      2244cbd8
  7. 15 1月, 2006 1 次提交
    • S
      kconfig: get rid of stray a.o, support ncursesw · 60f33b80
      Sam Ravnborg 提交于
      scripts/kconfig/lxdialog/check-lxdialog.sh uses gcc to check for
      what libraries are present. Redirect output to /dev/null
      so we do not generate an a.out.
      Also included support for ncursesw - so if present prefer that
      instead of ncurses.
      The order is now (first is preferred):
      1) ncursesw
      2) ncurses
      3) curses
      
      The latter is to support SunOS.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      60f33b80
  8. 09 1月, 2006 3 次提交
  9. 07 1月, 2006 1 次提交
  10. 03 1月, 2006 2 次提交
  11. 02 1月, 2006 2 次提交
  12. 27 12月, 2005 1 次提交
  13. 17 12月, 2005 1 次提交
  14. 23 11月, 2005 1 次提交
  15. 09 11月, 2005 9 次提交
  16. 07 11月, 2005 1 次提交
  17. 06 11月, 2005 1 次提交
  18. 31 10月, 2005 2 次提交
  19. 18 10月, 2005 1 次提交
  20. 05 9月, 2005 3 次提交
  21. 29 7月, 2005 2 次提交
    • J
      [PATCH] fix gconfig crash · bafd2df5
      Joachim Nilsson 提交于
      I ran glade-2 on the glade file, fixed two missing stock icons and
      cleaned up the C code that inserts the single/split/full modes. The
      rest of the patch is minor cleanups only. I refrained from using all
      the included xpm icons in images.c (like qconf.cc does) in favour of
      using the stock Gtk+ icons instead. Oh, yes there was a "back" bug
      in split mode that I also removed, oh well...
      
      It has been tested with success by several people, including
      Jesper Juhl, Randy Dunlap and myself.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      bafd2df5
    • B
      [PATCH] kconfig: trivial cleanup · fb7f6ff6
      blaisorblade@yahoo.it 提交于
      Replace all menu_add_prop mimicking menu_add_prompt with the latter func. I've
      had to add a return value to menu_add_prompt for one usage.
      
      I've rebuilt scripts/kconfig/zconf.tab.c_shipped by hand to reflect changes
      in the source (I've not the same Bison version so regenerating it wouldn't
      have been not a good idea), and compared it with what Roman itself did some
      time ago, and it's the same.
      
      So I guess this can be finally merged.
      Signed-off-by: NPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      fb7f6ff6
  22. 26 6月, 2005 2 次提交
  23. 24 6月, 2005 1 次提交