Skip to content

Commit 0e87932

Browse files
authored
TOOL-10145 linux-pkg rework: main linux-pkg change (#123)
1 parent 0512ede commit 0e87932

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1666
-1711
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,14 @@
2424
default:
2525
@echo 'This Makefile is only used for cleaning the repository and'
2626
@echo 'running the style checks. To build packages, first run'
27-
@echo './setup.sh, then run ./buildlist.sh <list> by passing the'
28-
@echo 'appropriate package list. For instance to build the "userland"'
29-
@echo 'package list, run:'
30-
@echo ' ./setup.sh && ./buildlist.sh userland'
31-
@echo 'You can also build a single package with:'
32-
@echo ' ./setup.sh && ./buildpkg.sh <pkg>'
27+
@echo './setup.sh, then run ./buildpkg.sh <package>.
3328
@echo 'Refer to the README for more info.'
3429

3530
clean:
3631
@sudo rm -rf packages/*/tmp
3732
@rm -rf artifacts
3833
@rm -f *.buildinfo *.changes *.deb
3934
@rm -rf update-status
40-
@build-info-pkg/clean.sh
4135

4236
shellcheck:
4337
shellcheck --exclude=SC1090,SC1091 \

README.md

Lines changed: 300 additions & 277 deletions
Large diffs are not rendered by default.

build-info-pkg/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

build-info-pkg/build-package.sh

Lines changed: 0 additions & 89 deletions
This file was deleted.

build-info-pkg/debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

build-info-pkg/debian/copyright

Lines changed: 0 additions & 19 deletions
This file was deleted.

build-info-pkg/debian/install

Lines changed: 0 additions & 1 deletion
This file was deleted.

buildlist.sh

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)