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 8457275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:46:12+00:00 2026-06-10T12:46:12+00:00

I have made a SCons builder that takes a Makefile file as a source

  • 0

I have made a SCons builder that takes a Makefile file as a source and calls it to generate “things”.

(Mainly it is a Makefile written by other libraries, so I don’t have to choice to replace it with SCons).

So far, it works well but now I’d like to make the scons -c work as well.

My MakefileCallBuilder only has a dummy target as its target so scons -c won’t really clean anything.

Is there a way of telling SCons that I want make clean or make distclean to be called upon cleaning ?

  • 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. Editorial Team
    Editorial Team
    2026-06-10T12:46:13+00:00Added an answer on June 10, 2026 at 12:46 pm

    I have been pulling my hair out because of this exact problem. I finally created a solution that is kind of crude, but works. Here is the part of the SConstruct file which does cleaning:

    import subprocess
    
    ...
    
    # Call make to clean
    if env.GetOption('clean'):
        subprocess.call(['make', 'clean'])  
    

    Basically, since Scons does not offer any way to call make clean, I get it done via Python’s subprocess.call().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a java class that calls other java classes and then prints
Have made backup script that does well: makes backup zip-file and then uploads it
I have made a program that scans rss feeds. This same program creates feeds
I have made a jQuery toggle for a menu that I had in mind.
I have made a code that read data from flash Nand (without filesystem). fd
I have defined a for loop as follows which scans through a file made
I have made a player that plays mp3 and does the job very well
I have made a report that shows transactions in a certain time period for
I have made an app that has a permission for use of the vibrator.
I have made a small program in C# that I want to run in

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.