This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap fail, native sparc-sun-solaris2.7, need --disable-nsec-timestamps
- To: jbuck at synopsys dot com
- Subject: Re: bootstrap fail, native sparc-sun-solaris2.7, need --disable-nsec-timestamps
- From: Michael Elizabeth Chastain <chastain at cygnus dot com>
- Date: Sun, 24 Jun 2001 20:33:36 -0700
- Cc: gcc at gcc dot gnu dot org
Foo, I can't reproduce my failure.
I rebuilt native sparc-sun-solaris2.7 four more times using gnu make
3.79.1 with default options (nsec-timestamps enabled). I started with
a new build tree each time and did configure/make bootstrap/make install.
The build worked every time.
I did notice some "touch" commands in my (successful) build log:
[chastain@skil build]$ grep touch X-make.log
touch stamp-picdir
rm -f needed-list; touch needed-list; \
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
touch stamp-picdir
rm -f needed-list; touch needed-list; \
These are coming from libiberty/Makefile.in and gcc/mklibgcc.in.
You may want to give these files the $(STAMP) treatment.
If I come across another such failure, I will submit a PR with
my build log.
Michael