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

+1-7
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

+300-277
Large diffs are not rendered by default.

build-info-pkg/.gitignore

-8
This file was deleted.

build-info-pkg/build-package.sh

-89
This file was deleted.

build-info-pkg/debian/compat

-1
This file was deleted.

build-info-pkg/debian/copyright

-19
This file was deleted.

build-info-pkg/debian/install

-1
This file was deleted.

buildlist.sh

-87
This file was deleted.

0 commit comments

Comments
 (0)