8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c893584e5e | |||
| b2d6e6f554 | |||
| 0eaef0c326 | |||
| c713793e16 | |||
| c8e664bcb9 | |||
| 9f4d0adf5f | |||
| f5c43f706a | |||
|
|
a04c8f8fee |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| c893584e5e |
make: Replace RPM -> PKG
jw-pkg supports more than RPM-based package managers, but for historic reasons, lots of its Makefile variables still have "RPM" in their names. This is misleading. Replace "RPM" in variable names by the more generic "PKG" where appropriate. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| b2d6e6f554 |
Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0eaef0c326 |
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c713793e16 |
srcdist.mk: Make wd-upload work with upload-defs.mk
wd-upload doesn\'t work at all, because it clashed with rpmdist.mk defining stuff used by the upload-*.mk files. The RPM-side of things is left untested. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c8e664bcb9 |
Makefile, git-cvs-bridge.mk, srcdist.mk: Add git-cvs-bridge.mk
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 9f4d0adf5f |
srcdist.mk: Trade obsolete contents for VCS-aware tarball generation
Ditch the old and mostly dysfunctional contents of srcdist.mk and refill it with rules to generate a source code tarball containing version control meta files. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f5c43f706a |
make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
|
a04c8f8fee | srcdist.mk: Don't really know if this is not an obsolete file |