Skip to content

Commit

Permalink
add theorethic values for R_*
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
  • Loading branch information
Nico Schottelius committed Oct 4, 2009
1 parent d405268 commit 0d69428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/cinit-conf.read-conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ done
: ${R_CINIT_DIR:="${DESTDIR}/${CINIT_DIR}"}
: ${R_CINITCONF_DIR:="${R_CINIT_DIR}/${CINITCONFDIR}"}
: ${R_SVC_DIR:="${R_CINIT_DIR}/${SVCDIR}"}

# T_*: theorethic (not real, usable for linking)
: ${T_CINIT_DIR:="${CINIT_DIR}"}
: ${T_CINITCONF_DIR:="${T_CINIT_DIR}/${CINITCONFDIR}"}
: ${T_SVC_DIR:="${T_CINIT_DIR}/${SVCDIR}"}
2 changes: 2 additions & 0 deletions bin/cinit-conf.svc.dependency.add
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ case "${DEP}" in
*) echo "Use \"want\" or \"need\" as type of dependency."
esac



# First of all create absolute paths
# if SVC_X beginning matches R_CINIT_DIR it is absolute
# else it is relative to R_CINIT_DIR
Expand Down

0 comments on commit 0d69428

Please sign in to comment.