Opened 18 years ago
Closed 16 years ago
#6 closed defect (fixed)
Make it possible to install kBuild in the traditional unix fashion
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | major | Milestone: | 0.1.5 |
Component: | kBuild | Version: | 0.1.0 |
Keywords: | unix | Cc: |
Description
Install the binaries to /usr/bin or /usr/local/bin. Find kBuild make scripts in /usr/[local/]shared/kBuild by default using a builtin default PATH_KBUILD.
Change History (7)
comment:1 by , 18 years ago
Status: | new → assigned |
---|---|
Version: | → 0.1.0 |
comment:2 by , 18 years ago
Component: | kmk → kBuild |
---|
comment:3 by , 18 years ago
comment:4 by , 17 years ago
Milestone: | 0.1.1 release → 0.1.4 |
---|
comment:5 by , 16 years ago
Milestone: | 0.1.4 → 0.1.5 |
---|
comment:6 by , 16 years ago
Need to be a bit more flexible wrt to the data directory (currently /usr/share/kBuild). Possibly also separating the docs from it.
It must also be possible to set the UID, GID and MODE on the two (or three) file sets. (FreeBSD)
Note:
See TracTickets
for help on using tickets.
Renaming the half internal variable PATH_TOOLS which is pointing to the tools directory for the build platform to PATH_KBUILD_BIN. And making it possible to defined defaults for PATH_TOOLS and PATH_KBUILD_BIN at compile time.
What's left now is setting up the install goals for this kind of setup. Will do this when creating the gentoo ebuild.