architecture.mk: Export variables
The dpkg-architecture(1) manpage claims that architecture.mk "sets and exports all the variables" but in practice this isn't the case. This change fixes that. It would be nice if these variables were exported, since I'm using $DEB_HOST_GNU_CPU in a script called from Make. Except for exporting these variables, no other behavior is changed.
Loading
Please register or sign in to comment