Lines 55-62
Link Here
|
55 |
# work around for errors while running |
55 |
# work around for errors while running |
56 |
# build-tools/icon-theme-installer: |
56 |
# build-tools/icon-theme-installer: |
57 |
# |
57 |
# |
58 |
# Cannot find 'install -m 0644'; You probably want to pass -x $(INSTALL_DATA) |
58 |
# Cannot find 'install -m 0644'; You probably want to pass -x ${INSTALL_DATA} |
59 |
# |
59 |
# |
|
|
60 |
# |
61 |
# NOTE: in the error message above (I wanted to show it |
62 |
# verbatim), INSTALL_DATA actually is enclosed in |
63 |
# parenthesis, not in curly brackets. |
64 |
# I had to change it to appease portlint(1), which does |
65 |
# not ignore comments in makefiles. |
66 |
# |
67 |
# |
60 |
# for 3 dirs (attrib/data, liblepton/data, schematic/data) |
68 |
# for 3 dirs (attrib/data, liblepton/data, schematic/data) |
61 |
# the following lines should be in the generated Makefile: |
69 |
# the following lines should be in the generated Makefile: |
62 |
# |
70 |
# |