1. 14 Apr, 2006 7 commits
  2. 13 Apr, 2006 6 commits
  3. 12 Apr, 2006 12 commits
  4. 11 Apr, 2006 14 commits
  5. 10 Apr, 2006 1 commit
    • Mark Grondona's avatar
      Don't define SLURM_CONFIG_FILE and SLURM_PLUGIN_PATH in CPPFLAGS. This · f69967f2
      Mark Grondona authored
      requires that all source files be rebuilt if sysconfdir or pkglibdir
      changes. 
      
      Instead, src/common/Makefile now generates global_defaults.c, which 
      contains global symbols "default_plugin_path" and "default_slurm_config_file"
      which means that only this source file needs to be rebuilt, and
      libcommon relinked when sysconfdir or pkglibdir are redefined.
      
      f69967f2