Skip to content

Commit

Permalink
❓ mommy is debgging~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Nov 21, 2023
1 parent 9530485 commit 7120990
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,24 @@ dist/netbsd:
@echo "" >> build/netbsd/+DESC
@echo "Maintainer: $(maintainer)" >> build/netbsd/+DESC



@echo "MACHINE_ARCH=$$(uname -p)"



@echo "test" > build/netbsd/+BUILD_INFO



@echo "test" > "build/netbsd/+BUILD_INFO"



@echo "MACHINE_ARCH=$$(uname -p)" > build/netbsd/+BUILD_INFO



@echo "OPSYS=$$(uname)" >> build/netbsd/+BUILD_INFO
@echo "OS_VERSION=$$(uname -r)" >> build/netbsd/+BUILD_INFO
@echo "PKGTOOLS_VERSION=$$(pkg_create -V)" >> build/netbsd/+BUILD_INFO
Expand Down

0 comments on commit 7120990

Please sign in to comment.