Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 80077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:14:45+00:00 2026-05-10T21:14:45+00:00

I have a working makefile that builds with mingw32. Now i renamed that makefile

  • 0

I have a working makefile that builds with mingw32. Now i renamed that makefile to Makefile.w32 (source -> http://pastie.org/319964)

Now i have a Makefile with the following. The problem is, it does not build my source

all:     make mingw32  clean:     @echo 'causes an infinite loop -> make mingw32 clean'  mingw32:     @echo 'yeahhhhhhhhh'     make Makefile.w32  mingw32-clean:     @echo 'mingw clean'     make Makefile.w32 clean 

result:

> 'make'  make mingw32 make[1]: Entering directory `/c/nightly/test' yeahhhhhhhhh make Makefile.w32 make[2]: Entering directory `/c/nightly/test' make[2]: Nothing to be done for `Makefile.w32'. make[2]: Leaving directory `/c/nightly/test' make[1]: Leaving directory `/c/nightly/test' 

It seems to me it doesn’t like Makefile.w32 extension. I dont understand why it isn’t building. It;s obviously getting to my ‘make Makefile.w32’ line.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:14:46+00:00Added an answer on May 10, 2026 at 9:14 pm

    ‘make Makefile.w32’ is looking for a target named Makefile.w32, not a make file by that name. To run make and tell it to read the make file ‘Makefile.w32’, use the -f switch:

    make -f Makefile.w32 

    Edit: Incidentally, why do you launch a separate instance of make in the ‘all’ target, if all you want is for ‘all’ to depend on the ‘mingw32’ target in the same make file? It’d be better, IMHO, to declare it as a dependent target instead:

    all: mingw32 

    Likewise with ‘clean’ and ‘mingw32-clean’:

    clean: mingw32-clean 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 65k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You could use a solution that incorporates both Jamie's and… May 11, 2026 at 11:21 am
  • added an answer Potentially very bad. The aborted thread could leave shared state… May 11, 2026 at 11:21 am
  • added an answer Ventrilo themselves provide some PHP server status scripts you could… May 11, 2026 at 11:21 am

Related Questions

I have a working makefile that builds with mingw32. Now i renamed that makefile
I have a working copy of my project, checked out using Subversion 1.5.1. When
I have a working LINQ to SQL model. I want to be able to
i have a problem, i'm working on a gallery php script and need help,
I need to have a working web browser in a fullscreen Direct3D application. For
I'm working on a WinForms app and I have a user control in it.
I am working on a ASP.NET app and i have a need to post
I am working on a 2D scrolling game for iPhone. I have a large
I'm working on writing a kernel, and I have a few friends working with
I have a small application I am working on that at one point needs

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.