Skip to content

Commit

Permalink
fixup! build: add new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVanlaer committed Oct 21, 2024
1 parent 76e89e2 commit 1e92d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/gen-folder-deps
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MAKE=$1
shift

for subdir in $@; do \
>&2 echo "Running folder deps for $subdir"
DEPS=`$MAKE --no-print-directory -sC ${subdir} print-mesa-deps`
cat <<EOF
${subdir}: ${DEPS} data/version_number
Expand Down

0 comments on commit 1e92d67

Please sign in to comment.