Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,14 @@
default:
@echo 'This Makefile is only used for cleaning the repository and'
@echo 'running the style checks. To build packages, first run'
@echo './setup.sh, then run ./buildlist.sh <list> by passing the'
@echo 'appropriate package list. For instance to build the "userland"'
@echo 'package list, run:'
@echo ' ./setup.sh && ./buildlist.sh userland'
@echo 'You can also build a single package with:'
@echo ' ./setup.sh && ./buildpkg.sh <pkg>'
@echo './setup.sh, then run ./buildpkg.sh <package>.
@echo 'Refer to the README for more info.'

clean:
@sudo rm -rf packages/*/tmp
@rm -rf artifacts
@rm -f *.buildinfo *.changes *.deb
@rm -rf update-status
@build-info-pkg/clean.sh

shellcheck:
shellcheck --exclude=SC1090,SC1091 \
Expand Down
8 changes: 0 additions & 8 deletions build-info-pkg/.gitignore

This file was deleted.

89 changes: 0 additions & 89 deletions build-info-pkg/build-package.sh

This file was deleted.

1 change: 0 additions & 1 deletion build-info-pkg/debian/compat

This file was deleted.

19 changes: 0 additions & 19 deletions build-info-pkg/debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion build-info-pkg/debian/install

This file was deleted.

87 changes: 0 additions & 87 deletions buildlist.sh

This file was deleted.

Loading