Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pws-19 + all patches: config.h unconditionally recreated by config.status
- X-seq: zsh-workers 6370
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>, "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: pws-19 + all patches: config.h unconditionally recreated by config.status
- Date: Sat, 29 May 1999 10:35:52 +0000
- In-reply-to: <001601bea8f8$35bc20f0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <001601bea8f8$35bc20f0$21c9ca95@xxxxxxxxxxxxxx>
On May 28, 2:52pm, Andrej Borsenkow wrote:
} Subject: pws-19 + all patches: config.h unconditionally recreated
}
} I had to add one C flag I forgot when running configure to Makefile. I
} edited config.status, rerun it - and to my surprise it silently recreated
} config.h.
Did you interrupt (^C) the configure to stop it and add that flag? If so,
you probably caused config.h to be removed, because of this line:
trap 'rm -fr Config/defs.mk Makefile Doc/Makefile Etc/Makefile Src/Makefile config.h conftest*; exit 1' 1 2 15
I just ran a rebuild and got the expected output:
cd . && \
CONFIG_FILES= CONFIG_HEADERS=./config.h ./config.status
creating ./config.h
./config.h is unchanged
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author