-
- Downloads
Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirs
When they existed, they were getting included in the includes_H_FILES variable (as it uses wildcard to find all header files). But the .depends files for the programs that generate the headers depend on $(includes_H_FILES), so the .depends files looked out-of-date once the headers had been created. This caused unnecessary make reinvocations. So now we put them in dist* directories, where they ought to be anyway.
Showing
- compiler/codeGen/CgProf.hs 1 addition, 1 deletioncompiler/codeGen/CgProf.hs
- compiler/codeGen/CgTicky.hs 1 addition, 1 deletioncompiler/codeGen/CgTicky.hs
- compiler/codeGen/StgCmmProf.hs 1 addition, 1 deletioncompiler/codeGen/StgCmmProf.hs
- compiler/codeGen/StgCmmTicky.hs 1 addition, 1 deletioncompiler/codeGen/StgCmmTicky.hs
- includes/HaskellConstants.hs 2 additions, 2 deletionsincludes/HaskellConstants.hs
- includes/ghc.mk 8 additions, 5 deletionsincludes/ghc.mk
- rts/package.conf.in 1 addition, 1 deletionrts/package.conf.in
Please register or sign in to comment