X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fbuilding%2Fbuilding.xml;h=0375c38d0ba26127405c382138fdba1fb89f4bc3;hp=4fc7c87ab202bce7ff371201e858edd15705f3e8;hb=97850bacd6441d9459df0ff105434830f6451d62;hpb=666d13694a9aca0a2dad5ae3f26f02ae3f0161e0 diff --git a/docs/building/building.xml b/docs/building/building.xml index 4fc7c87..0375c38 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -3819,7 +3819,9 @@ GhcBootLibs = YES Touch the generated configuration files, just to make sure they don't get replaced during the build: -$ touch H/ghc/includes/{ghcautoconf.h,DerivedConstants.h,GHCConstants.h,mkDerivedConstants.c,mkDerivedConstantsHdr,mkDerivedConstants.o,mkGHCConstants,mkGHCConstants.o} +$ cd H/ghc/includes +$ touch ghcautoconf.h DerivedConstants.h GHCConstants.h mkDerivedConstants.c +$ touch mkDerivedConstantsHdr mkDerivedConstants.o mkGHCConstants mkGHCConstants.o Note: it has been reported that these files still get overwritten during the next stage. We have installed a fix