diff options
author | unknown <serg@sergbook.mylan> | 2004-04-21 14:55:39 -0500 |
---|---|---|
committer | unknown <serg@sergbook.mylan> | 2004-04-21 14:55:39 -0500 |
commit | 465bb046ffe17ad3397a6e7ade8ff6ffa9059f06 (patch) | |
tree | 930ef1ed41ca4924f86754e0c6c3e4714fb7853a /include/Makefile.am | |
parent | 8c1153d975c88736a2dc2c7b87d32d39bc696ad2 (diff) | |
download | mariadb-git-465bb046ffe17ad3397a6e7ade8ff6ffa9059f06.tar.gz |
symlink, not hardlink
mkdir in Makefile, not in configure
chmod a-x
sql/ha_ndbcluster.cc:
Change mode to -rw-rw-r--
sql/ha_ndbcluster.h:
Change mode to -rw-rw-r--
BitKeeper/etc/ignore:
added libmysqld/discover.cc
configure.in:
symlink, not hardlink
mkdir in Makefile, not in configure
include/Makefile.am:
mkdir in Makefile, not in configure
mysql-test/std_data/init_file.dat:
add EOL
make a test faster
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 3adbb31f235..8f71298bbcf 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -48,14 +48,16 @@ all-local: my_config.h # Since we include my_config.h it better exist from the beginning link_sources: $(CP) ../config.h my_config.h - $(RM) -f readline/* + $(RM) -fr readline/* + -mkdir readline @readline_h_ln_cmd@ # Keep automake happy my_config.h: ../config.h $(CP) ../config.h my_config.h - $(RM) -f readline/* + $(RM) -fr readline/* + -mkdir readline @readline_h_ln_cmd@ # These files should not be included in distributions since they are |