[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
base: make on mingw/cygwin
From: |
Michael Scheibler |
Subject: |
base: make on mingw/cygwin |
Date: |
Tue, 13 Mar 2001 08:56:11 +0100 |
When running make more than once following error occurs.
rm -f Headers/Foundation/*
mkdir Headers/Foundation
mkdir: cannot make directory `Headers/Foundation': File exists
make: [header-links] Error 1 (ignored)
That's because on mingw systems Foundation is created as a directory instead
of a symbolic link. Make should either use
rm -rf Headers/Foundation
or try to use symbolic links, as this is possible on cygwin's bash.
Michael
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- base: make on mingw/cygwin,
Michael Scheibler <=