Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use CURDIR instead of PWD in Makefile #170

Merged
merged 1 commit into from
Jul 23, 2018
Merged

use CURDIR instead of PWD in Makefile #170

merged 1 commit into from
Jul 23, 2018

Commits on Jul 22, 2018

  1. use CURDIR instead of PWD in Makefile

    During debian package build, the Makefile is called by debian/rules, which is also a Makefile. PWD is not propaged in recursive Makefile invocation, but CURDIR is:
    https://www.gnu.org/software/make/manual/html_node/Recursion.html
    found via: https://sourceforge.net/p/ipt-netflow/bugs-requests-patches/53/
    thkoch2001 authored Jul 22, 2018
    Configuration menu
    Copy the full SHA
    de3cbcc View commit details
    Browse the repository at this point in the history