Commit graph

954 commits

Author SHA1 Message Date
Jan Lindemann
83cbe486b9 dirs.mk: Disable explicit targets all and subdirs
Uncomment explicit targets all and subdirs, because they generate
warnings.
2010-12-13 17:26:50 +00:00
Jan Lindemann
597af45404 defs.mk: Add support for USE_FPTEST 2010-12-13 17:26:48 +00:00
Jan Lindemann
2f639cc609 defs-dev.mk, defs-dist.mk: Add support for KIO_PROTOCOL and friends 2010-12-13 17:26:46 +00:00
Jan Lindemann
14df6b25bb topdir.mk: Revert to using subdirs.mk
Revert to using subdirs.mk instead of dirs.mk in topdir.mk.

make config produces a clash between the phony target and some
modules having a subdirectory named "config", notably feedfs, jux and
casview (should be renamed to conf one day, all other modules have
"conf") with dirs.mk.
2010-12-04 13:59:26 +00:00
Jan Lindemann
e7127ecbe4 dirs.mk, subdirs.mk: Use SUBDIRS_TO_ITERATE over SUBDIRS 2010-12-04 13:59:24 +00:00
Jan Lindemann
a06dafbea8 defs.mk: Add SUBDIRS_TO_ITERATE = $(filter-out $(IGNORE_SUBDIRS),$(SUBDIRS)) 2010-12-04 13:59:20 +00:00
Jan Lindemann
c6b77990c7 bin.mk, make.mk, scripts-targets.mk: O added target test 2010-12-03 18:03:00 +00:00
Jan Lindemann
76f448d2c0 topdir.mk: Use dirs.mk instead of subdirs.mk 2010-12-03 18:02:47 +00:00
Jan Lindemann
fd71754229 run.mk: Make EXE_BASENAME something not "test" 2010-12-03 00:16:48 +00:00
Jan Lindemann
9af8a4e83a exe.mk, run.mk: Make target test an alias for target run 2010-12-02 21:43:08 +00:00
Jan Lindemann
044b3e08ea rules.mk: Add FEEDFS_NET and FEEDFS_UTILS to echo-modules 2010-12-02 21:43:06 +00:00
Jan Lindemann
a655d03624 dirs.mk: Targets with same name as subdirs are not remade
Hopefully fix unwillingness to remake targets with the same name as
subdirs.
2010-12-02 21:43:03 +00:00
Jan Lindemann
e3a028d88f defs.mk, exe.mk, rules.mk: Fix USE_PROJECT_LIB = false case 2010-11-21 17:55:20 +00:00
Jan Lindemann
e6458c159c rules.mk: Add rule core-pattern, setting /proc/sys/kernel/core_pattern to core.%e.%p 2010-11-20 16:04:03 +00:00
Jan Lindemann
63286f6576 ldlibpath.mk: Prepending PATH with paths from EXE_SEARCH_PATH 2010-11-20 16:04:01 +00:00
Jan Lindemann
ce59d7007f defs.mk: Add EXE_SEARCH_PATH 2010-11-20 16:03:59 +00:00
Jan Lindemann
7241f2c96f proj.mk: Re-add PROJECT_CFLAGS += -gstabs+ 2010-10-26 18:01:44 +00:00
Jan Lindemann
d44ea911b8 defs-dist.mk: O (hopefully) fixed rsyslog installation stuff 2010-08-30 15:22:38 +00:00
Jan Lindemann
b6a28cdde1 defs.mk, rules.mk: Fix install_RSYSLOG target 2010-08-29 09:23:44 +00:00
Jan Lindemann
5c15cf5453 defs.mk: Fix BUILD_RSYSLOGDIR 2010-08-29 08:58:17 +00:00
Jan Lindemann
c1433129c9 Fix missing all: Target 2010-08-28 19:02:54 +00:00
Jan Lindemann
7d1e22cb76 make: Add support for RSYSLOG_XXX installation 2010-08-28 13:04:37 +00:00
Jan Lindemann
22255fd76c topdir.mk: Add subdir src 2010-08-28 08:09:41 +00:00
Jan Lindemann
bcb1ce27a5 doxygen.mk: Define umask before copying files (to not wreck the upload) 2010-08-28 08:09:39 +00:00
Jan Lindemann
9955a5a2b3 defs.mk: Add -Wno-deprecated to silence deprecation warnings 2010-08-28 08:09:36 +00:00
Jan Lindemann
3179c8eb0c defs.mk: Adapted to change in packager-server usage 2010-08-03 07:42:38 +00:00
Jan Lindemann
f64606abf8 rpmdist.mk: Fix check_reinstall_old for missing packages 2010-08-02 17:35:11 +00:00
Jan Lindemann
fa2dc47678 doxygen.mk: Improve upload support
- Add support for __PROJECT_TOPDIR__ pattern substitution
  - Fix upload url
  - Create files with umask 0022 to prevent them from ending up
    online as 0660
2010-08-02 17:35:10 +00:00
Jan Lindemann
68d98c5eb1 proj.mk: Remove -gstabs+ from CFLAGS, see where it takes us 2010-08-01 20:50:11 +00:00
Jan Lindemann
5d1eae3ab0 tex.mk: Replace __VERSION__ by DIST_VERSION as opposed to VERSION 2010-07-29 10:56:53 +00:00
Jan Lindemann
1c37a6ab63 standalone-exe.mk: Miscellaneous fixes
- Make it work with current ytools from CVS
  - Make defs-dev.mk work
  - Make all variables ?=
2010-07-29 10:56:22 +00:00
Jan Lindemann
2339a3a73a defs.mk: Use packager-server instad of crate_packet_descriptions.sh
Change UPDATE_REPO_SH from
/opt/ytools/bin/create_packet_descriptions.sh to
/opt/packager-server/bin/packager-server
2010-07-19 17:19:18 +00:00
Jan Lindemann
c536a2758d upload.mk: Now only tagging a document as uploaded if UPLOAD_TEST_PREFIX is empty 2010-07-08 20:16:57 +00:00
Jan Lindemann
d0ff050ce1 upload.mk: Add variables UPLOAD_MODULE_PATH and UPLOAD_FILE_ROOT 2010-07-08 18:56:28 +00:00
Jan Lindemann
26c017a866 tex.mk: Add replacement of __UPLOAD_MODULE_PATH__ and __UPLOAD_TEST_PREFIX__ 2010-07-08 18:56:26 +00:00
Jan Lindemann
32ab7dbc0d tex.mk: Fix (?) some replacement patterns for umlauts 2010-07-08 18:00:39 +00:00
Jan Lindemann
24df8db43f tex.mk: Beautify build output 2010-07-08 17:59:30 +00:00
Jan Lindemann
341ca6c96d defs.mk: Add support for optional VERSION file in working directory 2010-07-08 11:51:10 +00:00
Jan Lindemann
25900857e5 tex.mk: Improve support for tags and upload
- Add support for tags
  - Add better upload support
  - Add template replacement of UPLOAD_SERVER_PATH
2010-07-08 11:50:48 +00:00
Jan Lindemann
593e52b366 totally new contents: Now generally usable, controlled by UPLOAD_XXX variables 2010-07-08 11:49:45 +00:00
Jan Lindemann
852f433986 doxygen.mk: Somewhat more standards compliant wrt upload 2010-07-03 16:21:07 +00:00
Jan Lindemann
caaab491db rpmdist.mk: Use upload-defs-rpm.mk 2010-07-03 16:20:28 +00:00
Jan Lindemann
2443c78623 upload-*.mk: Support more than just rpms
upload-[defs|rules].mk currently only support RPM packages. Make them
more generally usable.
2010-07-03 16:20:06 +00:00
Jan Lindemann
590ba4fa1e upload-defs-rpm.mk: Add file (copy of upload-defs.mk) 2010-07-03 11:46:16 +00:00
Jan Lindemann
0b5941ddea tex.mk: Add targets priceclean view unzip 2010-06-30 15:29:34 +00:00
Jan Lindemann
f90d98ed7d defs-dev.mk, defs-dist.mk: Change CRONTABMODE from 644 to 600 2010-06-26 10:12:14 +00:00
Jan Lindemann
74ce8baaf8 tex.mk: Giving up after first pass if pdflatex returns an error 2010-06-25 21:12:10 +00:00
Jan Lindemann
2f049cc9e3 rules.mk: Add target update 2010-06-25 14:58:02 +00:00
Jan Lindemann
7ea21115c0 defs-dev.mk, defs-dist.mk: Change CRONTABMODE to 644, otherwise cron complains 2010-06-10 10:51:11 +00:00
Jan Lindemann
8155492623 rpmdist.mk, upload-defs.mk: Honour CREATE_DEVEL (true|false) 2010-06-10 10:42:43 +00:00