Skip to main content

Questions tagged [makefile]

The tag has no usage guidance.

7 votes
2 answers
5k views

For simple projects, what do makefiles offer over "plain" bash scripts?

For example, if I'm developing a front-end only website, I might have several CoffeeScript files, several Sass files, several HTML Files, and a few images. The CoffeeScript files need to be compiled ...
Closure Cowboy's user avatar
2 votes
1 answer
441 views

subversion reinstall (source, Makefile, etc)

I installed subversion from source. I forgot the --with-ssl option when running ./configure. Now, I reconfigured and reinstalled, but the binary doesn't seem to change. How do I uninstall and ...
tanon's user avatar
  • 123
9 votes
2 answers
8k views

Makefile fails to install file correctly, installing HPL

I started installing HPL a while ago and had a related question. I've been following along with this guide from Intel. I figure this warrants a whole new one. When I try to make the archive, the ...
zr00's user avatar
  • 321
2 votes
1 answer
799 views

Installing HPL, makefile problems

I've followed this guide up until step 5. When I run $make arch=intel64 it gives me the following output: make -f Make.top startup_dir arch=intel64 make[1]: Entering directory `/hpl-2.0' Make....
zr00's user avatar
  • 321
2 votes
1 answer
338 views

Is it inefficient to have symbolic links to symbolic links?

We're setting up a series of Makefiles where we want to have a project-level include directory that will have symbolic links to sub-project-level include files. Many sub-project developers have ...
Ogre Psalm33's user avatar
5 votes
2 answers
3k views

Unable to preserve hard links. Why?

I'm trying to create a Makefile that would automate remastering Knoppix distribution. I'm trying to copy filesystem from the read-only compressed loop device to normal filesystem to be able to modify ...
dpc.pw's user avatar
  • 143
1 vote
1 answer
2k views

Problem isolating the environment variable in a shell script

I’m a novice here but stackoverflow has helped me in the past. I’m writing a bash shell script to generate a makefile (starting small). echo "\ include \$(GNUSTEP_MAKEFILES)/common.make APP_NAME = ...
Not Rick Astley's user avatar
1 vote
2 answers
4k views

unlinked libraries in a makefile?

I'm trying to install a libspopc, but when I run the make I get the following output: cc -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -c session.c cc -Wall -Wextra -pedantic -pipe -fPIC -Os -...
wyatt's user avatar
  • 137
3 votes
3 answers
7k views

How to install elinks on Windows Vista?

I am using bash-3.2 shell through cygwin to try to install elinks browser on my system. I am following this documentation to install. I am executing the following command: ./configure && ...
Lazer's user avatar
  • 17.8k
548 votes
14 answers
527k views

How do I make rm not give an error if a file doesn't exist?

I'm writing a makefile that will clean up some useless files at the end of the compilation. If a target has already been made, it will of course skip that target and the useless file may not be there....
Jason Baker's user avatar
  • 8,672

15 30 50 per page
1 2 3 4 5
6