diff options
-rw-r--r-- | lib/cmd/local.mk | 8 | ||||
-rw-r--r-- | lib/local.mk | 1 | ||||
-rw-r--r-- | src/cmd/build.sh (renamed from lib/cmd/build.sh) | 0 | ||||
-rw-r--r-- | src/cmd/help.sh (renamed from lib/cmd/help.sh) | 0 | ||||
-rw-r--r-- | src/cmd/install.sh (renamed from lib/cmd/install.sh) | 0 | ||||
-rw-r--r-- | src/cmd/installer-pc.sh (renamed from lib/cmd/installer-pc.sh) | 0 | ||||
-rw-r--r-- | src/cmd/local.mk | 8 | ||||
-rw-r--r-- | src/cmd/opkg.sh (renamed from lib/cmd/opkg.sh) | 0 | ||||
-rw-r--r-- | src/cmd/shell.sh (renamed from lib/cmd/shell.sh) | 0 | ||||
-rw-r--r-- | src/cmd/version.sh (renamed from lib/cmd/version.sh) | 0 | ||||
-rw-r--r-- | src/local.mk | 2 |
11 files changed, 10 insertions, 9 deletions
diff --git a/lib/cmd/local.mk b/lib/cmd/local.mk deleted file mode 100644 index 768764d..0000000 --- a/lib/cmd/local.mk +++ /dev/null @@ -1,8 +0,0 @@ -prokit_SOURCES += \ - lib/cmd/help.sh \ - lib/cmd/version.sh \ - lib/cmd/install.sh \ - lib/cmd/shell.sh \ - lib/cmd/opkg.sh \ - lib/cmd/build.sh \ - lib/cmd/installer-pc.sh diff --git a/lib/local.mk b/lib/local.mk index 9cf3de7..445b83b 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -1,3 +1,2 @@ -include $(top_srcdir)/lib/cmd/local.mk include $(top_srcdir)/lib/profile/local.mk include $(top_srcdir)/lib/package/local.mk diff --git a/lib/cmd/build.sh b/src/cmd/build.sh index 8d12691..8d12691 100644 --- a/lib/cmd/build.sh +++ b/src/cmd/build.sh diff --git a/lib/cmd/help.sh b/src/cmd/help.sh index c699c73..c699c73 100644 --- a/lib/cmd/help.sh +++ b/src/cmd/help.sh diff --git a/lib/cmd/install.sh b/src/cmd/install.sh index e0bdc4e..e0bdc4e 100644 --- a/lib/cmd/install.sh +++ b/src/cmd/install.sh diff --git a/lib/cmd/installer-pc.sh b/src/cmd/installer-pc.sh index dd01506..dd01506 100644 --- a/lib/cmd/installer-pc.sh +++ b/src/cmd/installer-pc.sh diff --git a/src/cmd/local.mk b/src/cmd/local.mk new file mode 100644 index 0000000..a6dd3bd --- /dev/null +++ b/src/cmd/local.mk @@ -0,0 +1,8 @@ +prokit_SOURCES += \ + src/cmd/help.sh \ + src/cmd/version.sh \ + src/cmd/install.sh \ + src/cmd/shell.sh \ + src/cmd/opkg.sh \ + src/cmd/build.sh \ + src/cmd/installer-pc.sh diff --git a/lib/cmd/opkg.sh b/src/cmd/opkg.sh index e1fc8ce..e1fc8ce 100644 --- a/lib/cmd/opkg.sh +++ b/src/cmd/opkg.sh diff --git a/lib/cmd/shell.sh b/src/cmd/shell.sh index 468da0f..468da0f 100644 --- a/lib/cmd/shell.sh +++ b/src/cmd/shell.sh diff --git a/lib/cmd/version.sh b/src/cmd/version.sh index 0105f20..0105f20 100644 --- a/lib/cmd/version.sh +++ b/src/cmd/version.sh diff --git a/src/local.mk b/src/local.mk index 6133821..0ef65e3 100644 --- a/src/local.mk +++ b/src/local.mk @@ -21,3 +21,5 @@ prokit_SOURCES += \ src/profile.sh \ src/package.sh \ src/install.sh + +include $(top_srcdir)/src/cmd/local.mk |