diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f111545b89..e2ae3de17f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,22 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-10-09 16:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + - source + + src + * src/Makefile + * src/dynlib/mt/Makefile + * src/dynlib/Makefile + * INSTALL + * Makefile + * ChangeLog + * harbour.spec + * mpkg_tgz.sh + * Renamed 'source' dir to 'src' to move closer to other FOSS + projects. It's also easier to type, plus it has the side + effect that some cmdlines will be shorter in the + build process. + 2009-10-09 10:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/hbmain.c ! fixed unnecessary hb_xfree() call when given @.clp file @@ -47,7 +63,7 @@ * contrib/hbsqlit3/hbsqlit3.ch * Formatting. - ; TOFIX: ? What is the meaning of this snipped in the header: + ; TOFIX: ? What is the meaning of this snippet in the header: --- #ifdef SQLITE_TEXT #undef SQLITE_TEXT diff --git a/harbour/INSTALL b/harbour/INSTALL index 09020970c4..722418ff4e 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -195,7 +195,7 @@ HARBOUR you want to [re]build. When starting GNU Make, all components under that dir will be built: - cd source/rtl + cd src/rtl [clean] [install] @@ -1035,7 +1035,7 @@ HARBOUR 'hbmk2 -shared hello.prg' - To build an application out of all .prg and .c sources residing in 'source' subdir: - 'hbmk2 -omyapp source/*.prg source/*.c' + 'hbmk2 -omyapp src/*.prg src/*.c' Examples to build a Harbour static library: diff --git a/harbour/Makefile b/harbour/Makefile index 4cc79a9513..5a57995fc0 100644 --- a/harbour/Makefile +++ b/harbour/Makefile @@ -9,24 +9,24 @@ include $(ROOT)config/global.mk ifeq ($(HB_BUILD_PARTS),compiler) DIRS := \ - source \ - utils{source} \ + src \ + utils{src} \ else ifeq ($(HB_BUILD_PARTS),lib) HB_UTIL_DIR := else - HB_UTIL_DIR := utils{source} + HB_UTIL_DIR := utils{src} endif DIRS := \ doc \ include \ external \ - source{external} \ + src{external} \ $(HB_UTIL_DIR) \ - contrib{source} \ + contrib{src} \ endif diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 458bfad8ea..7f004844b3 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -401,7 +401,7 @@ mkdir -p $HB_INST_PKGPREF%{_mandir}/man1 install -m644 doc/man/*.1* $HB_INST_PKGPREF%{_mandir}/man1/ mkdir -p $HB_INST_PKGPREF$HB_ETC_INSTALL -install -m644 source/rtl/gtcrs/hb-charmap.def $HB_INST_PKGPREF$HB_ETC_INSTALL/hb-charmap.def +install -m644 src/rtl/gtcrs/hb-charmap.def $HB_INST_PKGPREF$HB_ETC_INSTALL/hb-charmap.def cat > $HB_INST_PKGPREF$HB_ETC_INSTALL/harbour.cfg < $HB_INST_PKGPREF$ETC/harbour/harbour.cfg <